Skip to content

Commit 99411d0

Browse files
authored
Merge pull request #341 from PyCQA/pylint-plugin-utils-0.7
pylint-plugin-utils version bump
2 parents 4136307 + 9d2f559 commit 99411d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
packages=find_packages(),
1919
include_package_data=True,
2020
install_requires=[
21-
"pylint-plugin-utils>=0.5",
21+
"pylint-plugin-utils>=0.7",
2222
"pylint>=2.0",
2323
],
2424
extras_require={

0 commit comments

Comments
 (0)