More documentation

Documentation of new command-line opts.
This commit is contained in:
Jamie Hardt
2020-05-17 11:46:29 -07:00
parent 93a014bdc0
commit 9daedca4de
3 changed files with 22 additions and 13 deletions

View File

@@ -2,6 +2,6 @@ from .ptuls_grammar import protools_text_export_grammar
from .ptuls_parser_visitor import DictionaryParserVisitor
from .transformations import TimecodeInterpreter
__version__ = '0.4.0'
__version__ = '0.4.1'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'