Skip to content

Commit c3a9dd7

Browse files
github-actions[bot]MaStr
authored andcommitted
Bump version: 0.8.0dev → 0.8.0
1 parent 9dcd970 commit c3a9dd7

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
@@ -56,7 +56,7 @@ test = [
5656

5757
# Bump Version
5858
[tool.bumpversion]
59-
current_version = "0.8.0dev"
59+
current_version = "0.8.0"
6060
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>dev)?"
6161
serialize = [
6262
"{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.8.0dev"
1+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)