File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change 1- __version__ = "0.9.0 "
1+ __version__ = "0.9.1 "
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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212description = " ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
15- version = " 0.9.0 "
15+ version = " 0.9.1 "
1616requires-python = " >=3.10"
1717keywords = [
1818 " configuration" ,
@@ -125,7 +125,7 @@ Repository = "https://github.com/Point72/ccflow"
125125Homepage = " https://github.com/Point72/ccflow"
126126
127127[tool .bumpversion ]
128- current_version = " 0.9.0 "
128+ current_version = " 0.9.1 "
129129commit = true
130130tag = false
131131commit_args = " -s"
You can’t perform that action at this time.
0 commit comments