diff --git a/csp_adapter_symphony/__init__.py b/csp_adapter_symphony/__init__.py index e88a1e8..bd4c50c 100644 --- a/csp_adapter_symphony/__init__.py +++ b/csp_adapter_symphony/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" from .adapter import * diff --git a/pyproject.toml b/pyproject.toml index 4822fe3..9bd743f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "csp_adapter_symphony" description = "A csp adapter for symphony" -version = "0.1.1" +version = "0.1.2" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8" @@ -61,7 +61,7 @@ Repository = "https://github.com/point72/csp-adapter-symphony" Homepage = "https://github.com/point72/csp-adapter-symphony" [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.1.2" commit = true tag = false commit_args = "-s"