Skip to content

Commit

Permalink
Bump version: 0.1.22 → 0.1.23 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Feb 2, 2023
1 parent 4c766e6 commit be1cffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.22
current_version = 0.1.23
commit = True
tag = True
message = Bump version: {current_version} → {new_version} [ci skip]
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{ name = "Open Climate Fix" }
]
requires-python = ">=3.10.0"
version = "0.1.22" # Autoincremented by bumpversion.cfg
version = "0.1.23" # Autoincremented by bumpversion.cfg
classifiers = ["Programming Language :: Python :: 3"]
dynamic = ["dependencies"]

Expand Down

0 comments on commit be1cffd

Please sign in to comment.