Skip to content

Commit b04c350

Browse files
committed
add __about__.py to handle versioning in hatch
1 parent 334d589 commit b04c350

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__about__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Issues = "https://github.com/jsdodge/data-analysis-python/issues"
4141
Source = "https://github.com/jsdodge/data-analysis-python"
4242

4343
[tool.hatch.version]
44-
path = "src/data-analysis-python/__about__.py"
44+
path = "__about__.py"
4545

4646
[tool.hatch.envs.default]
4747

0 commit comments

Comments
 (0)