Skip to content

Commit

Permalink
Bump version: 0.22.0 → 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Aug 26, 2024
1 parent 6b3efda commit efabfb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.22.0
current_version = 0.22.1
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ myst-parser = {version = ">=0.16.1"}

[project]
name = "pyxcp"
version = "0.22.0"
version = "0.22.1"
dynamic = ["license", "readme", "authors", "requires-python", "description", "classifiers", "scripts", "dependencies", "optional-dependencies"]


Expand Down
2 changes: 1 addition & 1 deletion pyxcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

# if you update this manually, do not forget to update
# .bumpversion.cfg and pyproject.toml.
__version__ = "0.22.0"
__version__ = "0.22.1"

0 comments on commit efabfb4

Please sign in to comment.