Push whipper v0.7.3 release

This commit is contained in:
JoeLametta
2018-12-14 22:14:10 +00:00
parent 7c83670efa
commit 3f0ccba727
3 changed files with 154 additions and 86 deletions

View File

@@ -2,7 +2,7 @@ import logging
import os
import sys
__version__ = '0.7.2'
__version__ = '0.7.3'
level = logging.INFO
if 'WHIPPER_DEBUG' in os.environ: