Update __init__.py

This commit is contained in:
Jamie Hardt
2020-10-10 23:17:03 -07:00
committed by GitHub
parent 6ca1e5532d
commit 30daec452d

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