From 9d509b6c931e1f6f6c08c4dcfe016382caea904a Mon Sep 17 00:00:00 2001 From: Carson Gee Date: Sat, 23 Jul 2016 09:57:44 -0400 Subject: [PATCH] Released 0.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee9af44..49cf286 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ description='pytest plugin to check source code with pylint', long_description=open("README.rst").read(), license="MIT", - version='0.5.0', + version='0.6.0', author='Carson Gee', author_email='x@carsongee.com', url='https://github.com/carsongee/pytest-pylint',