We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bc99c commit dad73bdCopy full SHA for dad73bd
ccflow/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.0"
+__version__ = "0.3.1"
2
3
from .arrow import *
4
from .base import *
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "ccflow"
7
description = "Composable Configuration Flow"
8
-version = "0.3.0"
+version = "0.3.1"
9
readme = "README.md"
10
license = { file = "LICENSE" }
11
requires-python = ">=3.8"
@@ -97,7 +97,7 @@ Repository = "https://github.com/point72/ccflow"
97
Homepage = "https://github.com/point72/ccflow"
98
99
[tool.bumpversion]
100
-current_version = "0.3.0"
+current_version = "0.3.1"
101
commit = true
102
tag = false
103
commit_args = "-s"
0 commit comments