bump to 0.2

This commit is contained in:
Carl Chenet 2017-04-11 15:34:31 +02:00
parent 6bff9ab53f
commit 7f876251a6
5 changed files with 5 additions and 5 deletions

View file

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