bump version to 2.0

This commit is contained in:
Honza Král
2017-02-12 16:26:02 +01:00
parent fc25175130
commit f638c3f625
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (5, 2, 0, 'dev')
VERSION = (5, 2, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))