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 07e6e80 + 32ba9af commit f925119Copy full SHA for f925119
ccflow/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.1"
+__version__ = "0.5.2"
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.5.1"
+version = "0.5.2"
9
readme = "README.md"
10
license = { file = "LICENSE" }
11
requires-python = ">=3.9"
@@ -99,7 +99,7 @@ Repository = "https://github.com/point72/ccflow"
99
Homepage = "https://github.com/point72/ccflow"
100
101
[tool.bumpversion]
102
-current_version = "0.5.1"
+current_version = "0.5.2"
103
commit = true
104
tag = false
105
commit_args = "-s"
0 commit comments