diff --git a/ccflow/__init__.py b/ccflow/__init__.py index 4c23cf1d..b3e476b5 100644 --- a/ccflow/__init__.py +++ b/ccflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" # Import exttypes early so modules that import `from ccflow import PyObjectPath` during # initialization find it (avoids circular import issues with functions that import utilities diff --git a/pyproject.toml b/pyproject.toml index 5faf7c63..0d1b226a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.9.0" +version = "0.9.1" requires-python = ">=3.10" keywords = [ "configuration", @@ -125,7 +125,7 @@ Repository = "https://github.com/Point72/ccflow" Homepage = "https://github.com/Point72/ccflow" [tool.bumpversion] -current_version = "0.9.0" +current_version = "0.9.1" commit = true tag = false commit_args = "-s"