Version bump for 1.3 release

This commit is contained in:
Honza Král
2014-12-31 17:02:06 +01:00
parent 9aeabf33f7
commit e3bfeeef22
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
import sys
import os
VERSION = (1, 2, 0)
VERSION = (1, 3, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))