From 8a409507c816ebe95360d3d438dcca0dd8d60166 Mon Sep 17 00:00:00 2001 From: jgunstone Date: Thu, 29 Feb 2024 16:26:32 +0000 Subject: [PATCH] add version --- src/bsdd/__about__.py | 4 ++++ src/bsdd/pyproject.toml | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 src/bsdd/__about__.py diff --git a/src/bsdd/__about__.py b/src/bsdd/__about__.py new file mode 100644 index 0000000000..d957c2e840 --- /dev/null +++ b/src/bsdd/__about__.py @@ -0,0 +1,4 @@ +# SPDX-FileCopyrightText: 2024-present jgunstone +# +# SPDX-License-Identifier: MIT +__version__ = "0.7.0" diff --git a/src/bsdd/pyproject.toml b/src/bsdd/pyproject.toml index 8835cd4509..72683258eb 100644 --- a/src/bsdd/pyproject.toml +++ b/src/bsdd/pyproject.toml @@ -27,6 +27,8 @@ Documentation = "https://github.com/IfcOpenShell/src/bsdd#readme" Issues = "https://github.com/IfcOpenShell/issues" Source = "https://github.com/IfcOpenShell/src/bsdd" +[tool.hatch.version] +path = "__about__.py" [tool.hatch.envs.default] dependencies = [