Skip to content

Commit

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

0 comments on commit cc7a558

Please sign in to comment.