Fix #4511. IfcOpenShell builds now read from the VERSION file and expose a __version__ var.

This commit is contained in:
Dion Moult
2024-06-11 13:11:14 +10:00
parent 783675f78c
commit b009913cf4
6 changed files with 22 additions and 19 deletions
@@ -284,5 +284,6 @@ def guess_format(path: Path) -> Union[str, None]:
return None
version = ifcopenshell_wrapper.version()
version_core = ifcopenshell_wrapper.version()
__version__ = version = "0.0.0"
get_log = ifcopenshell_wrapper.get_log