Skip to content

Commit 16b9dd4

Browse files
committedSep 23, 2023
Version 6.1.0
1 parent 922ad6e commit 16b9dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pflake8/__init__.py

+1-1
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__ = '6.1.0a1'
3+
__version__ = '6.1.0'
44

55
import ast
66
import configparser

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ classifiers = []
1212
requires-python = ">=3.8.1"
1313
dependencies = [
1414
"tomli; python_version < '3.11'",
15-
"flake8 >= 6.1.0"
15+
"flake8 == 6.1.0"
1616
]
1717

1818
[project.urls]

0 commit comments

Comments
 (0)
Please sign in to comment.