add [media] parameter and bump to 0.8

This commit is contained in:
Carl Chenet 2018-05-30 23:24:47 +02:00
parent 5af950ee30
commit c548e0cecb
11 changed files with 68 additions and 7 deletions

View file

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