post release version bump

This commit is contained in:
Honza Král
2015-05-18 16:04:38 +02:00
parent 699c040eaf
commit 2835c8ca1c
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (1, 5, 0)
VERSION = (1, 5, 0, 'dev')
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))