From 6cb91537a1859e5e8b2a5bc2e498880b87d01897 Mon Sep 17 00:00:00 2001 From: Carl Date: Mon, 16 Jul 2018 12:19:36 +0200 Subject: [PATCH] Bumping release version to 0.4 to include recent pylint v2.0 compatability additions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"