We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64161a8 commit db90306Copy full SHA for db90306
setup.py
@@ -1,7 +1,7 @@
1
# -*- coding: UTF-8 -*-
2
from setuptools import find_packages, setup
3
4
-_version = "0.5"
+_version = "0.6"
5
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
6
7
_short_description = "Utilities and helpers for writing Pylint plugins"
0 commit comments