Skip to content

Commit

Permalink
Add dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
thalesbertaglia authored Feb 1, 2021
1 parent 640ca52 commit a49545b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tool.poetry-dynamic-versioning]
enable = true

[tool.poetry]
name = "enelvo"
version = "0.10.4"
Expand All @@ -24,5 +27,5 @@ coveralls = "^3.0.0"
pytest-cov = "^2.11.1"

[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=0.12", "poetry-dynamic-versioning"]
build-backend = "poetry.masonry.api"

0 comments on commit a49545b

Please sign in to comment.