Skip to content

Commit

Permalink
Bump version: v3.0.2 → v3.1.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenbianca committed May 28, 2024
1 parent 268c8c6 commit b520250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[tool.poetry]
name = "reuse"
version = "3.0.2"
version = "3.1.0a1"
description = "reuse is a tool for compliance with the REUSE recommendations."
authors = [
"Free Software Foundation Europe <[email protected]>",
Expand Down Expand Up @@ -102,7 +102,7 @@ requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

[bumpver]
current_version = "v3.0.2"
current_version = "v3.1.0a1"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version: {old_version} → {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/reuse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__version__ = version("reuse")
except PackageNotFoundError:
# package is not installed
__version__ = "3.0.2"
__version__ = "3.1.0a1"

__author__ = "Carmen Bianca Bakker"
__email__ = "[email protected]"
Expand Down

0 comments on commit b520250

Please sign in to comment.