Skip to content

Commit 8a40950

Browse files
committed
add version
1 parent 30cedd1 commit 8a40950

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/bsdd/__about__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Documentation = "https://github.com/IfcOpenShell/src/bsdd#readme"
2727
Issues = "https://github.com/IfcOpenShell/issues"
2828
Source = "https://github.com/IfcOpenShell/src/bsdd"
2929

30+
[tool.hatch.version]
31+
path = "__about__.py"
3032

3133
[tool.hatch.envs.default]
3234
dependencies = [

0 commit comments

Comments
 (0)