Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
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 Sep 10, 2024
1 parent db147cd commit 3be803a
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.0"
__version__ = "0.1.1"

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.0"
version = "0.1.1"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -60,7 +60,7 @@ Repository = "https://github.com/point72/csp-adapter-symphony"
Homepage = "https://github.com/point72/csp-adapter-symphony"

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

0 comments on commit 3be803a

Please sign in to comment.