Bump to 6.2.0

This commit is contained in:
Nick Lang
2018-03-20 13:41:15 -05:00
parent 4fda104d6e
commit d46bbdf124
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (6, 1, 1)
VERSION = (6, 2, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))