Skip to content

Commit

Permalink
Bump version: v4.0.2 → v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenbianca committed Jul 8, 2024
1 parent 4e78a2e commit 2d5b733
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 = "4.0.2"
version = "4.0.3"
description = "reuse is a tool for compliance with the REUSE recommendations."
authors = [
"Free Software Foundation Europe <[email protected]>",
Expand Down Expand Up @@ -103,7 +103,7 @@ requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

[bumpver]
current_version = "v4.0.2"
current_version = "v4.0.3"
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__ = "4.0.2"
__version__ = "4.0.3"

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

0 comments on commit 2d5b733

Please sign in to comment.