We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cedd1 commit 8a40950Copy full SHA for 8a40950
2 files changed
src/bsdd/__about__.py
@@ -0,0 +1,4 @@
1
+# SPDX-FileCopyrightText: 2024-present jgunstone <j.gunstone@maxfordham.com>
2
+#
3
+# SPDX-License-Identifier: MIT
4
+__version__ = "0.7.0"
src/bsdd/pyproject.toml
@@ -27,6 +27,8 @@ Documentation = "https://github.com/IfcOpenShell/src/bsdd#readme"
27
Issues = "https://github.com/IfcOpenShell/issues"
28
Source = "https://github.com/IfcOpenShell/src/bsdd"
29
30
+[tool.hatch.version]
31
+path = "__about__.py"
32
33
[tool.hatch.envs.default]
34
dependencies = [
0 commit comments