bump version

This commit is contained in:
Carl Chenet 2017-04-12 11:50:00 +02:00
parent dffd5c8c36
commit 2f000b7cec
5 changed files with 8 additions and 4 deletions

View file

@ -23,7 +23,7 @@ import logging
import os.path
import sys
__version__ = '0.2'
__version__ = '0.3'
class CliParse(object):
'''CliParse class'''