Skip to content

Commit 6e1e27e

Browse files
Bump version: 0.7.0dev → 0.7.0 (#299)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a5d6221 commit 6e1e27e

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
@@ -53,7 +53,7 @@ test = [
5353

5454
# Bump Version
5555
[tool.bumpversion]
56-
current_version = "0.7.0dev"
56+
current_version = "0.7.0"
5757
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>dev)?"
5858
serialize = [
5959
"{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.7.0dev"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)