Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nijat Khanbabayev <nijat.khanbabayev@cubistsystematic.com>
  • Loading branch information
NeejWeej committed Oct 23, 2024
1 parent 0e09bd0 commit 6471dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion csp_adapter_symphony/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.2.0"

from .adapter import *
from .adapter_config import *
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "csp_adapter_symphony"
description = "A csp adapter for symphony"
version = "0.1.2"
version = "0.2.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -62,7 +62,7 @@ Repository = "https://github.com/point72/csp-adapter-symphony"
Homepage = "https://github.com/point72/csp-adapter-symphony"

[tool.bumpversion]
current_version = "0.1.2"
current_version = "0.2.0"
commit = true
tag = false
commit_args = "-s"
Expand Down

0 comments on commit 6471dcb

Please sign in to comment.