Changed appearance of error reports

This commit is contained in:
Jamie Hardt
2019-11-12 17:34:09 -08:00
parent 6fe0ff4314
commit 73936510cd
2 changed files with 26 additions and 1 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.1.0'
__version__ = '0.2.0'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'