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 08a62c8 commit 6cb9153Copy full SHA for 6cb9153
setup.py
@@ -1,7 +1,7 @@
1
# -*- coding: UTF-8 -*-
2
from setuptools import find_packages, setup
3
4
-_version = "0.3"
+_version = "0.4"
5
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
6
7
_short_description = "Utilities and helpers for writing Pylint plugins"
0 commit comments