From 7d9194addd65b361ca94dd122834b8e27da205fc Mon Sep 17 00:00:00 2001 From: Michael Nelson Date: Mon, 22 Dec 2025 11:27:15 +1100 Subject: [PATCH] Bump version to 0.1.7 --- pyproject.toml | 2 +- src/julee/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1098ef4..da36c6a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "julee" -version = "0.1.6" +version = "0.1.7" 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 df4962e0..c31a4310 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.5" +__version__ = "0.1.7"