bump version

This commit is contained in:
Carl Chenet 2020-12-09 01:29:25 +01:00
parent 72100f4cac
commit a8958f914b
5 changed files with 6 additions and 6 deletions

View file

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