Skip to content

Commit 3e7c889

Browse files
github-actions[bot]MaStr
authored andcommitted
Bump version: 0.5.7dev → 0.5.7
1 parent ef80ed8 commit 3e7c889

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.7dev"
54+
current_version = "0.5.7"
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.7dev"
1+
__version__ = "0.5.7"

0 commit comments

Comments
 (0)