We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2312908 + a23adc8 commit 33b4067Copy full SHA for 33b4067
csp_adapter_symphony/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.0"
+__version__ = "0.3.1"
2
3
from .adapter import *
4
from .adapter_config import *
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
[project]
9
name = "csp_adapter_symphony"
10
description = "A csp adapter for symphony"
11
-version = "0.3.0"
+version = "0.3.1"
12
readme = "README.md"
13
license = { file = "LICENSE" }
14
requires-python = ">=3.9"
@@ -63,7 +63,7 @@ Repository = "https://github.com/point72/csp-adapter-symphony"
63
Homepage = "https://github.com/point72/csp-adapter-symphony"
64
65
[tool.bumpversion]
66
-current_version = "0.3.0"
+current_version = "0.3.1"
67
commit = true
68
tag = false
69
commit_args = "-s"
0 commit comments