bump version and update changelog

This commit is contained in:
Carl Chenet 2017-09-26 18:55:51 +02:00
parent e8ed25027c
commit 5af950ee30
5 changed files with 8 additions and 4 deletions

View file

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