Skip to content

Commit

Permalink
Version 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csachs committed Sep 11, 2022
1 parent 27a2c43 commit 7c683ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pflake8/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration """ # noqa

__version__ = '5.0.3a1'
__version__ = '5.0.4'

import ast
import configparser
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = { file = "LICENSE" }
classifiers = []
dependencies = [
"tomli; python_version < '3.11'",
"flake8 >= 5.0.3"
"flake8 == 5.0.4"
]

[project.urls]
Expand Down

0 comments on commit 7c683ba

Please sign in to comment.