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 9243001 + d5b4ed2 commit 2a3501aCopy full SHA for 2a3501a
ccflow/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.5.6"
+__version__ = "0.5.7"
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.6"
+version = "0.5.7"
9
readme = "README.md"
10
license = { file = "LICENSE" }
11
requires-python = ">=3.9"
@@ -100,7 +100,7 @@ Repository = "https://github.com/point72/ccflow"
100
Homepage = "https://github.com/point72/ccflow"
101
102
[tool.bumpversion]
103
-current_version = "0.5.6"
+current_version = "0.5.7"
104
commit = true
105
tag = false
106
commit_args = "-s"
0 commit comments