Skip to content

Commit b1a9d58

Browse files
Bump version: 0.6.1dev → 0.6.1 (#252)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b7d712 commit b1a9d58

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
@@ -52,7 +52,7 @@ test = [
5252

5353
# Bump Version
5454
[tool.bumpversion]
55-
current_version = "0.6.1dev"
55+
current_version = "0.6.1"
5656
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>dev)?"
5757
serialize = [
5858
"{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.6.1dev"
1+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)