Skip to content

Commit 2a3501a

Browse files
authored
Merge pull request #83 from Point72/tkp/057
Bump version: 0.5.6 → 0.5.7
2 parents 9243001 + d5b4ed2 commit 2a3501a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ccflow/__init__.py

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

33
from .arrow import *
44
from .base import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "ccflow"
77
description = "Composable Configuration Flow"
8-
version = "0.5.6"
8+
version = "0.5.7"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
requires-python = ">=3.9"
@@ -100,7 +100,7 @@ Repository = "https://github.com/point72/ccflow"
100100
Homepage = "https://github.com/point72/ccflow"
101101

102102
[tool.bumpversion]
103-
current_version = "0.5.6"
103+
current_version = "0.5.7"
104104
commit = true
105105
tag = false
106106
commit_args = "-s"

0 commit comments

Comments
 (0)