Skip to content

Commit e405dd6

Browse files
authored
Bump to 4.0.1 and include licence
1 parent dd05572 commit e405dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "flake8-print"
7-
version = "4.0.0"
7+
version = "4.0.1"
88
description = "print statement checker plugin for flake8"
99
readme = "README.md"
1010

@@ -39,7 +39,7 @@ classifiers = [
3939
]
4040

4141

42-
include = ["pyproject.toml", "flake8_print.py"]
42+
include = ["pyproject.toml", "flake8_print.py", "LICENCE"]
4343

4444
[tool.poetry.plugins."flake8.extension"]
4545
T00 = "flake8_print:PrintChecker"

0 commit comments

Comments
 (0)