Skip to content

Commit f925119

Browse files
authored
Merge pull request #62 from Point72/tkp/052
Bump version: 0.5.1 → 0.5.2
2 parents 07e6e80 + 32ba9af commit f925119

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.1"
1+
__version__ = "0.5.2"
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.1"
8+
version = "0.5.2"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
requires-python = ">=3.9"
@@ -99,7 +99,7 @@ Repository = "https://github.com/point72/ccflow"
9999
Homepage = "https://github.com/point72/ccflow"
100100

101101
[tool.bumpversion]
102-
current_version = "0.5.1"
102+
current_version = "0.5.2"
103103
commit = true
104104
tag = false
105105
commit_args = "-s"

0 commit comments

Comments
 (0)