File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
[tool .poetry ]
9
9
name = " reuse"
10
- version = " 4.0.1 "
10
+ version = " 4.0.2 "
11
11
description = " reuse is a tool for compliance with the REUSE recommendations."
12
12
authors = [
13
13
" Free Software Foundation Europe <contact@fsfe.org>" ,
@@ -103,7 +103,7 @@ requires = ["poetry-core>=1.1.0"]
103
103
build-backend = " poetry.core.masonry.api"
104
104
105
105
[bumpver ]
106
- current_version = " v4.0.1 "
106
+ current_version = " v4.0.2 "
107
107
version_pattern = " vMAJOR.MINOR.PATCH[PYTAGNUM]"
108
108
commit_message = " Bump version: {old_version} → {new_version}"
109
109
tag_message = " {new_version}"
Original file line number Diff line number Diff line change 31
31
__version__ = version ("reuse" )
32
32
except PackageNotFoundError :
33
33
# package is not installed
34
- __version__ = "4.0.1 "
34
+ __version__ = "4.0.2 "
35
35
36
36
__author__ = "Carmen Bianca Bakker"
37
37
__email__ = "carmenbianca@fsfe.org"
You can’t perform that action at this time.
0 commit comments