Skip to content

Commit cc8f0ee

Browse files
committed
Bump version: 0.6.7 → 0.6.8
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent e80a6ce commit cc8f0ee

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

0 commit comments

Comments
 (0)