From 2ae3d16227be09a0fd1cbfe94d61e2d22116bfeb Mon Sep 17 00:00:00 2001 From: Nicolaus Weidner Date: Thu, 8 Dec 2022 11:36:35 +0100 Subject: [PATCH] [release 0.7.0] Set version to 0.7.0 Signed-off-by: Nicolaus Weidner --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]