[1.3.x] Bump version to no longer claim to be 1.3.7 final.

This commit is contained in:
Carl Meyer 2013-03-28 15:12:13 -06:00
parent 304a5e0628
commit 956b755d7e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 3, 7, 'final', 0)
VERSION = (1, 3, 8, 'alpha', 0)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])