Skip to content

Commit

Permalink
Bump version: 0.18.7 → 0.18.8
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 19, 2022
1 parent 4bf020e commit 87ccf02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[bumpversion]
current_version = 0.18.7
current_version = 0.18.8
commit = True
tag = False

[bumpversion:file:pyxcp/__init__.py]

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

# if you update this manually, do not forget to update .bumpversion.cfg
__version__ = "0.18.7"
__version__ = "0.18.8"

0 comments on commit 87ccf02

Please sign in to comment.