summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-08-26 22:11:20 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-08-26 22:11:20 +0300
commit19161ddc41707337b3be5778ea2e01504f23ece0 (patch)
tree7e61ae5305cd66196c23167acab9f0c6d25de73b /pylint/__pkginfo__.py
parent596acc38bc6187dd7c3e05dffa0164f7d9b87dc8 (diff)
downloadpylint-19161ddc41707337b3be5778ea2e01504f23ece0.tar.gz
Update the version to reflect what will be released. Some users are using the repo's version and it's misleading to have the same version for the released code.
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 83b28d1..392ab03 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -22,7 +22,7 @@ import sys
modname = distname = 'pylint'
-numversion = (1, 4, 3)
+numversion = (1, 5, 0)
version = '.'.join([str(num) for num in numversion])
install_requires = [