Skip to content

Commit 3cdc0af

Browse files
fix: correct dynamic versioning configuration
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
1 parent 4c60a56 commit 3cdc0af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[tool.poetry-dynamic-versioning]
2-
enable = true
3-
41
[project]
52
name = "airbyte"
63
version = "0.0.0"
@@ -78,6 +75,9 @@ dev = [
7875
"viztracer>=0.16.3,<0.17.0"
7976
]
8077

78+
[tool.poetry-dynamic-versioning]
79+
enable = true
80+
8181
[build-system]
8282
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
8383
build-backend = "poetry_dynamic_versioning.backend"

0 commit comments

Comments
 (0)