From ee6abbe906b63d292ec54701e8e21e4f2eee974a Mon Sep 17 00:00:00 2001 From: TheByronHimes Date: Wed, 5 Aug 2026 07:25:22 +0000 Subject: [PATCH] Bump patch version --- .pyproject_generation/pyproject_custom.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pyproject_generation/pyproject_custom.toml b/.pyproject_generation/pyproject_custom.toml index 04661542..2ec0b478 100644 --- a/.pyproject_generation/pyproject_custom.toml +++ b/.pyproject_generation/pyproject_custom.toml @@ -1,6 +1,6 @@ [project] name = "hexkit" -version = "9.0.0" +version = "9.0.1" description = "A Toolkit for Building Microservices using the Hexagonal Architecture" requires-python = ">=3.10" classifiers = [ diff --git a/pyproject.toml b/pyproject.toml index 4ec82c70..e6e1f372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Intended Audience :: Developers", ] name = "hexkit" -version = "9.0.0" +version = "9.0.1" description = "A Toolkit for Building Microservices using the Hexagonal Architecture" dependencies = [ "opentelemetry-api >=1.44, <2",