Version bump for 5.0 release

This commit is contained in:
Honza Král
2016-10-19 16:22:48 +02:00
parent 8b96556769
commit ae0073c8ca
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import absolute_import
VERSION = (5, 0, 0, 'dev')
VERSION = (5, 0, 0)
__version__ = VERSION
__versionstr__ = '.'.join(map(str, VERSION))