Skip to content

Commit a135501

Browse files
authored
Merge pull request #111 from Point72/tkp/062
Bump version: 0.6.1 → 0.6.2
2 parents c2349d0 + 1a1ff2d commit a135501

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.1"
1+
__version__ = "0.6.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
@@ -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.1"
11+
version = "0.6.2"
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.1"
107+
current_version = "0.6.2"
108108
commit = true
109109
tag = false
110110
commit_args = "-s"

0 commit comments

Comments
 (0)