Bumped version to 0.4, added --xform command-line option to run builtin xsl

This commit is contained in:
Jamie Hardt
2020-05-15 15:40:13 -07:00
parent 319ef3800d
commit a58451d225
3 changed files with 59 additions and 8 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.3.3'
__version__ = '0.4.0'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'