Skip to content

Commit f004f6a

Browse files
committed
Bump to 0.5.3
1 parent 9e64ae2 commit f004f6a

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
@@ -49,7 +49,7 @@ test = [
4949

5050
# Bump Version
5151
[tool.bumpversion]
52-
current_version = "0.5.3dev"
52+
current_version = "0.5.3"
5353
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>dev)?"
5454
serialize = [
5555
"{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.3dev"
1+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)