diff --git a/pyproject.toml b/pyproject.toml index 1fcbcab..9dfae9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Issues = "https://github.com/spdx/spdx-python-model/issues" requires = [ "hatchling", "hatch-build-scripts", - "shacl2code == 0.0.21", + "shacl2code == 0.0.22", ] build-backend = "hatchling.build" diff --git a/src/spdx_python_model/version.py b/src/spdx_python_model/version.py index a6c1414..cd88aee 100644 --- a/src/spdx_python_model/version.py +++ b/src/spdx_python_model/version.py @@ -2,4 +2,4 @@ # SPDX-License-Identifier: Apache-2.0 # -VERSION = "0.0.2" +VERSION = "0.0.3"