bump version

This commit is contained in:
Carl Chenet 2018-09-22 17:12:52 +02:00
parent 5137eae311
commit 1f33975a90
5 changed files with 6 additions and 6 deletions

View file

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