Skip to content

Commit 807bc65

Browse files
authored
Merge pull request #133 from Point72/rf/bump-0.6.5
Bump version: 0.6.4 → 0.6.5
2 parents 2f9b707 + 6a63c67 commit 807bc65

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.4"
1+
__version__ = "0.6.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
@@ -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.4"
11+
version = "0.6.5"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"configuration",
@@ -104,7 +104,7 @@ Repository = "https://github.com/Point72/ccflow"
104104
Homepage = "https://github.com/Point72/ccflow"
105105

106106
[tool.bumpversion]
107-
current_version = "0.6.4"
107+
current_version = "0.6.5"
108108
commit = true
109109
tag = false
110110
commit_args = "-s"

0 commit comments

Comments
 (0)