Skip to content

Commit

Permalink
Made of mess of versioning for pylint-plugin-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Mar 15, 2017
1 parent 07e4dcb commit a207589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup


_version = '0.2.4'
_version = '0.2.5'
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])

_short_description = ("pylint-common is a Pylint plugin to improve Pylint "
Expand All @@ -30,7 +30,7 @@
'pylint>=1.0,<1.4',
'astroid>=1.0,<1.3.0',
'logilab-common>=0.60.0,<0.63',
'pylint-plugin-utils>=0.2.5',
'pylint-plugin-utils>=0.2.6',
]
else:
_install_requires = [
Expand Down

0 comments on commit a207589

Please sign in to comment.