Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Nijat Khanbabayev <[email protected]>
  • Loading branch information
NeejWeej committed Sep 23, 2024
1 parent bcadf68 commit 9483bd8
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,3 +1,3 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

from .adapter 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.1"
version = "0.1.2"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9483bd8

Please sign in to comment.