We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e64ae2 commit f004f6aCopy full SHA for f004f6a
2 files changed
pyproject.toml
@@ -49,7 +49,7 @@ test = [
49
50
# Bump Version
51
[tool.bumpversion]
52
-current_version = "0.5.3dev"
+current_version = "0.5.3"
53
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>dev)?"
54
serialize = [
55
"{major}.{minor}.{patch}{release}",
src/batcontrol/__pkginfo__.py
@@ -1 +1 @@
1
-__version__ = "0.5.3dev"
+__version__ = "0.5.3"
0 commit comments