Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ccflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.8.0"

# Import exttypes early so modules that import `from ccflow import PyObjectPath` during
# initialization find it (avoids circular import issues with functions that import utilities
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "OpenSource@point72.com"}]
description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.7.0"
version = "0.8.0"
requires-python = ">=3.10"
keywords = [
"configuration",
Expand Down Expand Up @@ -109,7 +109,7 @@ Repository = "https://github.com/Point72/ccflow"
Homepage = "https://github.com/Point72/ccflow"

[tool.bumpversion]
current_version = "0.7.0"
current_version = "0.8.0"
commit = true
tag = false
commit_args = "-s"
Expand Down