Skip to content

Commit f22336a

Browse files
committed
Bump version: 0.6.0 → 0.6.1
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 3170243 commit f22336a

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.6.0"
1+
__version__ = "0.6.1"
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
@@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "OpenSource@point72.com"}]
88
description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.6.0"
11+
version = "0.6.1"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"configuration",
@@ -103,7 +103,7 @@ Repository = "https://github.com/Point72/ccflow"
103103
Homepage = "https://github.com/Point72/ccflow"
104104

105105
[tool.bumpversion]
106-
current_version = "0.6.0"
106+
current_version = "0.6.1"
107107
commit = true
108108
tag = false
109109
commit_args = "-s"

0 commit comments

Comments
 (0)