Skip to content

Commit 33b4067

Browse files
authored
Merge pull request #44 from Point72/tkp/031
Bump version: 0.3.0 → 0.3.1
2 parents 2312908 + a23adc8 commit 33b4067

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

csp_adapter_symphony/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"
22

33
from .adapter import *
44
from .adapter_config import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
[project]
99
name = "csp_adapter_symphony"
1010
description = "A csp adapter for symphony"
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
readme = "README.md"
1313
license = { file = "LICENSE" }
1414
requires-python = ">=3.9"
@@ -63,7 +63,7 @@ Repository = "https://github.com/point72/csp-adapter-symphony"
6363
Homepage = "https://github.com/point72/csp-adapter-symphony"
6464

6565
[tool.bumpversion]
66-
current_version = "0.3.0"
66+
current_version = "0.3.1"
6767
commit = true
6868
tag = false
6969
commit_args = "-s"

0 commit comments

Comments
 (0)