Skip to content

Commit 5a8d9c2

Browse files
committed
Bump version to 0.0.39
1 parent 469dffb commit 5a8d9c2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ build-backend = "hatchling.build"
55
[tool.hatch.version]
66
path = "reqif/__init__.py"
77

8+
[tool.hatch.build]
9+
include = [
10+
"LICENSE",
11+
"README.md",
12+
"pyproject.toml",
13+
"reqif/"
14+
]
15+
exclude = [
16+
"/.*",
17+
"/tests",
18+
]
19+
820
[project]
921
name = "reqif"
1022
dynamic = ["version"]

reqif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os.path
22

3-
__version__ = "0.0.37"
3+
__version__ = "0.0.39"
44

55
PATH_TO_REQIF_ROOT = os.path.abspath(
66
os.path.join(os.path.dirname(__file__), os.pardir)

0 commit comments

Comments
 (0)