Skip to content

Commit 28171f2

Browse files
authored
Merge pull request #77 from Point72/tkp/056
Bump version: 0.5.5 → 0.5.6
2 parents fba758e + 9d95f8d commit 28171f2

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.5"
1+
__version__ = "0.5.6"
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.5"
8+
version = "0.5.6"
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.5"
103+
current_version = "0.5.6"
104104
commit = true
105105
tag = false
106106
commit_args = "-s"

0 commit comments

Comments
 (0)