We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334d589 commit b04c350Copy full SHA for b04c350
__about__.py
@@ -0,0 +1 @@
1
+__version__ = "0.1"
pyproject.toml
@@ -41,7 +41,7 @@ Issues = "https://github.com/jsdodge/data-analysis-python/issues"
41
Source = "https://github.com/jsdodge/data-analysis-python"
42
43
[tool.hatch.version]
44
-path = "src/data-analysis-python/__about__.py"
+path = "__about__.py"
45
46
[tool.hatch.envs.default]
47
0 commit comments