Skip to content

Commit 370bf9a

Browse files
authored
Merge pull request #75 from timkpaine/tkp/055
Bump version: 0.5.4 → 0.5.5
2 parents 59a5757 + a4d1d7e commit 370bf9a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

0 commit comments

Comments
 (0)