We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07399fa commit 1dfdb2cCopy full SHA for 1dfdb2c
2 files changed
VERSION
@@ -1 +1 @@
1
-1.4.0
+version = "0.0.0"
pyproject.toml
@@ -32,10 +32,10 @@ include-package-data = true
32
panda_authz = ["*.conf"]
33
34
[tool.setuptools.dynamic]
35
-version = {file = "VERSION"}
+version = {attr = "VERSION.version"}
36
37
[tool.semantic_release]
38
-version_toml = ["VERSION:"]
+version_variable = "VERSION:version"
39
branch = "main"
40
upload_to_pypi = false
41
upload_to_repository = true
0 commit comments