Update __init__.py

Ver 0.3.3
This commit is contained in:
Jamie Hardt
2020-01-04 23:15:51 -08:00
parent 7c8a74aed9
commit 22edecdbbf

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.1'
__version__ = '0.3.3'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'