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
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ifcopenshell"
version = "0.7.0.999999"
version = "0.0.0"
authors = [
{ name="Dion Moult", email="dion@thinkmoult.com" },
]