summaryrefslogtreecommitdiff
path: root/__pkginfo__.py
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-08-24 21:45:05 +0300
committercpopa <devnull@localhost>2014-08-24 21:45:05 +0300
commit7657331baa162122890aa4327f4f441cde9f5188 (patch)
tree12834685e64589aea8aae2b29a19d0972a60021b /__pkginfo__.py
parent35b6ec7f90018bfafccd5d1918973f640637750f (diff)
downloadastroid-7657331baa162122890aa4327f4f441cde9f5188.tar.gz
Bump version to 1.2.1.astroid-1.2.1
Diffstat (limited to '__pkginfo__.py')
-rw-r--r--__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 46df597..b601f29 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 2, 0)
+numversion = (1, 2, 1)
version = '.'.join([str(num) for num in numversion])
install_requires = ['logilab-common >= 0.60.0']