diff --git a/pyproject.toml b/pyproject.toml index 8157d3c..68d4e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,9 @@ sphinx-autodoc-typehints = "^1.10.3" [tool.poetry.urls] issues = "https://github.com/P403n1x87/austin-tui/issues" +[tool.poetry-dynamic-versioning] +enable = true + [tool.coverage.run] branch = true source = ["austin_tui"]