Skip to content

Commit

Permalink
ci(bump-my-version): 2.0.0a1 → 2.0.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-yu committed Sep 25, 2024
1 parent 06063bd commit 8eca094
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.0a1'
__version__ = '2.0.0a2'
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.0a1"
current_version = "2.0.0a2"
parse = """(?x)
(?P<major>[0-9]+) # Major version
\\.(?P<minor>[0-9]+) # Minor version
Expand Down

0 comments on commit 8eca094

Please sign in to comment.