bump version and update documentation

This commit is contained in:
Carl Chenet 2017-08-02 15:20:12 +02:00
parent 23b6beee20
commit 3be1a8c943
7 changed files with 22 additions and 11 deletions

View file

@ -23,7 +23,7 @@ import logging
import os.path
import sys
__version__ = '0.5'
__version__ = '0.6'
class CliParse:
'''CliParse class'''