| Index: third_party/pylint/__pkginfo__.py
|
| diff --git a/third_party/pylint/__pkginfo__.py b/third_party/pylint/__pkginfo__.py
|
| index acca3b72c1364f89600776cf56b3aad32d8bfbb1..6ed331aac00658c1ffd7529c23baf27bb1bff9cd 100644
|
| --- a/third_party/pylint/__pkginfo__.py
|
| +++ b/third_party/pylint/__pkginfo__.py
|
| @@ -19,10 +19,10 @@ from __future__ import absolute_import
|
|
|
| modname = distname = 'pylint'
|
|
|
| -numversion = (1, 4, 0)
|
| +numversion = (1, 4, 1)
|
| version = '.'.join([str(num) for num in numversion])
|
|
|
| -install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.2', 'six']
|
| +install_requires = ['logilab-common >= 0.53.0', 'astroid >= 1.3.3', 'six']
|
|
|
| license = 'GPL'
|
| description = "python code static checker"
|
|
|