Skip to content

Commit cbec53a

Browse files
github-actions[bot]MaStr
authored andcommitted
Bump version: 0.5.5dev → 0.5.5
1 parent 7e96e70 commit cbec53a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test = [
5151

5252
# Bump Version
5353
[tool.bumpversion]
54-
current_version = "0.5.5dev"
54+
current_version = "0.5.5"
5555
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>dev)?"
5656
serialize = [
5757
"{major}.{minor}.{patch}{release}",

src/batcontrol/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.5dev"
1+
__version__ = "0.5.5"

0 commit comments

Comments
 (0)