update changelog and bump version

This commit is contained in:
Carl Chenet 2018-06-07 00:34:49 +02:00
parent b302388df7
commit 1741b5321e
6 changed files with 11 additions and 7 deletions

View file

@ -24,7 +24,7 @@ import os
import os.path
import sys
__version__ = '0.8'
__version__ = '0.9'
class CliParse:
'''CliParse class'''