Skip to content

Commit

Permalink
Bump version to 0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Aug 1, 2023
1 parent 469dffb commit 5a8d9c2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ build-backend = "hatchling.build"
[tool.hatch.version]
path = "reqif/__init__.py"

[tool.hatch.build]
include = [
"LICENSE",
"README.md",
"pyproject.toml",
"reqif/"
]
exclude = [
"/.*",
"/tests",
]

[project]
name = "reqif"
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion reqif/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os.path

__version__ = "0.0.37"
__version__ = "0.0.39"

PATH_TO_REQIF_ROOT = os.path.abspath(
os.path.join(os.path.dirname(__file__), os.pardir)
Expand Down

0 comments on commit 5a8d9c2

Please sign in to comment.