diff --git a/pyproject.toml b/pyproject.toml index da36c6a2..9f59cefa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "julee" -version = "0.1.7" +version = "0.1.8" description = "Julee - Clean architecture for accountable and transparent digital supply chains" readme = "README.md" requires-python = ">=3.11" diff --git a/src/julee/__init__.py b/src/julee/__init__.py index c31a4310..057f4c9e 100644 --- a/src/julee/__init__.py +++ b/src/julee/__init__.py @@ -1,3 +1,3 @@ """Julee - Clean architecture for accountable and transparent digital supply chains.""" -__version__ = "0.1.7" +__version__ = "0.1.8"