Skip to content

Commit 648e5ff

Browse files
authored
Merge pull request #106 from Point72/tkp/061
Bump version: 0.6.0 → 0.6.1
2 parents 3170243 + f22336a commit 648e5ff

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 = "[email protected]"}]
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)