diff --git a/pyproject.toml b/pyproject.toml index 3f4333a6a..c3b639670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ urls = {Homepage = "https://github.com/spdx/tools-python"} requires-python = ">=3.6" dependencies = ["ply", "rdflib", "click", "pyyaml", "xmltodict"] -dynamic = ["version"] +version = "0.7.0" [project.optional-dependencies] test = ["pytest"]