Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Commit 975b807

Browse filesBrowse the repository at this point in the historyBrowse files
authored
Merge pull request #264 from Point72/tkp/091
Bump version: 0.9.0 → 0.9.1
2 parents a224a37 + 1d8ea6c commit 975b807
Copy full SHA for 975b807

2 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎ccflow/__init__.py‎

Copy file name to clipboardExpand all lines: ccflow/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
Collapse file

‎pyproject.toml‎

Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "ccflow is a collection of tools for workflow configuration, orchestration, and dependency injection"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
version = "0.9.0"
15+
version = "0.9.1"
1616
requires-python = ">=3.10"
1717
keywords = [
1818
"configuration",
@@ -125,7 +125,7 @@ Repository = "https://github.com/Point72/ccflow"
125125
Homepage = "https://github.com/Point72/ccflow"
126126

127127
[tool.bumpversion]
128-
current_version = "0.9.0"
128+
current_version = "0.9.1"
129129
commit = true
130130
tag = false
131131
commit_args = "-s"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.