Skip to content

Commit f5c853a

Browse files
committed
Version 5.0.4a1
1 parent 7c683ba commit f5c853a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pflake8/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
""" pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration """ # noqa
22

3-
__version__ = '5.0.4'
3+
__version__ = '5.0.4a1'
44

55
import ast
66
import configparser

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = { file = "LICENSE" }
1111
classifiers = []
1212
dependencies = [
1313
"tomli; python_version < '3.11'",
14-
"flake8 == 5.0.4"
14+
"flake8 >= 5.0.4"
1515
]
1616

1717
[project.urls]

0 commit comments

Comments
 (0)