updated redis dependency to be compatible with python 2.7

This commit is contained in:
Tobias Wellnitz, DH1TW 2019-05-30 15:53:29 +02:00
parent a707b81920
commit 3a53d32ff8
4 changed files with 12 additions and 4 deletions

View file

@ -1,3 +1,3 @@
VERSION = (0, 7, 2)
VERSION = (0, 7, 3)
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))