Version bump

This commit is contained in:
Honza Král
2019-10-01 22:23:45 +02:00
parent 4c531c5cdb
commit a8c858718e
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from os.path import join, dirname
from setuptools import setup, find_packages
import sys
VERSION = (7, 0, 4)
VERSION = (7, 0, 5)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))