Update __init__.py

v0.2.0
This commit is contained in:
Jamie Hardt
2019-10-13 13:10:10 -07:00
parent 6fe0ff4314
commit 36ac320b44

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