Skip to content

Commit

Permalink
ci(bump-my-version): 2.0.0a7 → 2.0.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Dec 3, 2024
1 parent 29e9fca commit f7e8e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plantseg/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.0a7'
__version__ = '2.0.0a8'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extend-select = ["I"]
quote-style = "preserve"

[tool.bumpversion]
current_version = "2.0.0a7"
current_version = "2.0.0a8"
parse = """(?x)
(?P<major>[0-9]+) # Major version
\\.(?P<minor>[0-9]+) # Minor version
Expand Down

0 comments on commit f7e8e4b

Please sign in to comment.