Skip to content

Commit 1dfdb2c

Browse files
committed
fix: version
1 parent 07399fa commit 1dfdb2c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
version = "0.0.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ include-package-data = true
3232
panda_authz = ["*.conf"]
3333

3434
[tool.setuptools.dynamic]
35-
version = {file = "VERSION"}
35+
version = {attr = "VERSION.version"}
3636

3737
[tool.semantic_release]
38-
version_toml = ["VERSION:"]
38+
version_variable = "VERSION:version"
3939
branch = "main"
4040
upload_to_pypi = false
4141
upload_to_repository = true

0 commit comments

Comments
 (0)