Update whipper release number in init.py

I'm going to tag this as a new amended version 0.5.1: no changes were done apart from the version number bugfix.
I've also included a code coverage report.

Fixes #147
This commit is contained in:
JoeLametta
2017-04-24 16:22:17 +02:00
parent 4dbdf59456
commit 3dad52df42
4 changed files with 64 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import logging
import os
import sys
__version__ = '0.4.2'
__version__ = '0.5.1'
level = logging.WARNING
if 'WHIPPER_DEBUG' in os.environ: