diff --git a/setup.py b/setup.py index 0b5ee2e..7052e01 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- from setuptools import find_packages, setup -_version = "0.3" +_version = "0.4" _packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]) _short_description = "Utilities and helpers for writing Pylint plugins"