diff --git a/ccflow/__init__.py b/ccflow/__init__.py index 234345d..5c5ae22 100644 --- a/ccflow/__init__.py +++ b/ccflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" from .arrow import * from .base import * diff --git a/pyproject.toml b/pyproject.toml index b1ad857..88cf09d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "ccflow" description = "Composable Configuration Flow" -version = "0.4.0" +version = "0.4.1" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.9" @@ -97,7 +97,7 @@ Repository = "https://github.com/point72/ccflow" Homepage = "https://github.com/point72/ccflow" [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.4.1" commit = true tag = false commit_args = "-s"