Skip to content

Commit

Permalink
Bump to 4.0.1 and include licence
Browse files Browse the repository at this point in the history
  • Loading branch information
JBKahn committed Apr 30, 2022
1 parent dd05572 commit e405dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "flake8-print"
version = "4.0.0"
version = "4.0.1"
description = "print statement checker plugin for flake8"
readme = "README.md"

Expand Down Expand Up @@ -39,7 +39,7 @@ classifiers = [
]


include = ["pyproject.toml", "flake8_print.py"]
include = ["pyproject.toml", "flake8_print.py", "LICENCE"]

[tool.poetry.plugins."flake8.extension"]
T00 = "flake8_print:PrintChecker"
Expand Down

0 comments on commit e405dd6

Please sign in to comment.