setup.py typo

This commit is contained in:
Honza Král
2017-02-08 21:30:23 +01:00
parent a180459d69
commit 1a8896e207
+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, 'dev')
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))