We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63e704 commit 07137a6Copy full SHA for 07137a6
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.3"
+_version = "0.3"
6
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
7
8
_short_description = "Utilities and helpers for writing Pylint plugins"
0 commit comments