Skip to content

Commit 1d428e1

Browse files
committed
Bump version: v4.0.1 → v4.0.2
1 parent e77780d commit 1d428e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[tool.poetry]
99
name = "reuse"
10-
version = "4.0.1"
10+
version = "4.0.2"
1111
description = "reuse is a tool for compliance with the REUSE recommendations."
1212
authors = [
1313
"Free Software Foundation Europe <contact@fsfe.org>",
@@ -103,7 +103,7 @@ requires = ["poetry-core>=1.1.0"]
103103
build-backend = "poetry.core.masonry.api"
104104

105105
[bumpver]
106-
current_version = "v4.0.1"
106+
current_version = "v4.0.2"
107107
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
108108
commit_message = "Bump version: {old_version} → {new_version}"
109109
tag_message = "{new_version}"

src/reuse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
__version__ = version("reuse")
3232
except PackageNotFoundError:
3333
# package is not installed
34-
__version__ = "4.0.1"
34+
__version__ = "4.0.2"
3535

3636
__author__ = "Carmen Bianca Bakker"
3737
__email__ = "carmenbianca@fsfe.org"

0 commit comments

Comments
 (0)