diff --git a/ccflow/__init__.py b/ccflow/__init__.py index 9cdf4cd..70b4bc2 100644 --- a/ccflow/__init__.py +++ b/ccflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.4" +__version__ = "0.6.5" from .arrow import * from .base import * diff --git a/pyproject.toml b/pyproject.toml index db998e0..3716644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "OpenSource@point72.com"}] description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.6.4" +version = "0.6.5" requires-python = ">=3.9" keywords = [ "configuration", @@ -104,7 +104,7 @@ Repository = "https://github.com/Point72/ccflow" Homepage = "https://github.com/Point72/ccflow" [tool.bumpversion] -current_version = "0.6.4" +current_version = "0.6.5" commit = true tag = false commit_args = "-s"