version bump for 7.0.3

This commit is contained in:
Honza Král
2019-08-21 17:53:23 +02:00
parent 5c0cbc76b1
commit a40b7c73d7
3 changed files with 8 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, 2)
VERSION = (7, 0, 3)
__version__ = VERSION
__versionstr__ = ".".join(map(str, VERSION))