diff --git a/pyproject.toml b/pyproject.toml index 7450719407..479bcdaaa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry_dynamic_versioning.backend" [tool.poetry] name = "locust" description = "Developer-friendly load testing framework" -version = "2.31.5+headers_fix" +version = "0.0.0" license = "MIT" readme = "README.md" authors = ["Jonatan Heyman", "Lars Holmberg"] @@ -71,7 +71,7 @@ help = "Run the front end build required for package creation" "Slack/Signup" = "https://communityinviter.com/apps/locustio/locust" [tool.poetry-dynamic-versioning] -enable = false +enable = true vcs = "git" style = "pep440" latest-tag = true