Skip to content

Commit fe0155c

Browse files
authored
Merge pull request #154 from Point72/tkp/070
Bump version: 0.6.10 → 0.7.0
2 parents c79b9d0 + 2a5c3dd commit fe0155c

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.10"
1+
__version__ = "0.7.0"
22

33
# Import exttypes early so modules that import `from ccflow import PyObjectPath` during
44
# initialization find it (avoids circular import issues with functions that import utilities

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.10"
11+
version = "0.7.0"
1212
requires-python = ">=3.10"
1313
keywords = [
1414
"configuration",
@@ -108,7 +108,7 @@ Repository = "https://github.com/Point72/ccflow"
108108
Homepage = "https://github.com/Point72/ccflow"
109109

110110
[tool.bumpversion]
111-
current_version = "0.6.10"
111+
current_version = "0.7.0"
112112
commit = true
113113
tag = false
114114
commit_args = "-s"

0 commit comments

Comments
 (0)