Skip to content

Commit e552471

Browse files
committed
undid changes to pyproject.toml
1 parent d0d8e18 commit e552471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
22
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
3-
build-backend = "poetry.core.masonry.api"
3+
build-backend = "poetry_dynamic_versioning.backend"
44

55
[tool.poetry]
66
name = "auth0-python"
7-
version = "0.0.1" # This is replaced by dynamic versioning
7+
version = "0.0.0" # This is replaced by dynamic versioning
88
description = ""
99
authors = ["Auth0 <[email protected]>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)