Skip to content

Commit

Permalink
Version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csachs committed Apr 9, 2024
1 parent 609f760 commit f437765
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__ = '7.0.0a1'
__version__ = '7.0.0'

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 @@ -12,7 +12,7 @@ classifiers = []
requires-python = ">=3.8.1"
dependencies = [
"tomli; python_version < '3.11'",
"flake8 >= 7.0.0"
"flake8 == 7.0.0"
]

[project.urls]
Expand Down

0 comments on commit f437765

Please sign in to comment.