diff --git a/pyproject.toml b/pyproject.toml index 0b3ef4c..d527568 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysheller" -version = "0.1.0" +version = "0.0.0" description = "Small library to craete Python application based on shell scripts." authors = ["samedamci "] license = "ISC" @@ -27,6 +27,12 @@ black = "^21.8b0" flake8 = "^3.9.2" flake8-bugbear = "^21.4.3" +[tool.poetry-dynamic-versioning] +enable = true +vcs = "git" +style = "semver" +format = "{base}" + [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"