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
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (1, 2, 0)
VERSION = (1, 3, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))