We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d5d82 commit cc9465aCopy full SHA for cc9465a
1 file changed
setup.py
@@ -2,7 +2,7 @@
2
from distutils.core import setup
3
from setuptools import find_packages
4
5
-_version = "0.2.1"
+_version = "0.2.2"
6
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
7
8
_short_description = "Utilities and helpers for writing Pylint plugins"
0 commit comments