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.
2 parents 08a62c8 + 6cb9153 commit 737e8f8Copy full SHA for 737e8f8
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