Update __init__.py

Version 1.2.0
This commit is contained in:
Jamie Hardt
2022-11-06 12:26:53 -08:00
parent 10c0e4f038
commit d2da8f1cb0

View File

@@ -1,6 +1,6 @@
from ptulsconv.docparser.ptuls_grammar import protools_text_export_grammar from ptulsconv.docparser.ptuls_grammar import protools_text_export_grammar
__version__ = '1.0.1' __version__ = '1.0.2'
__author__ = 'Jamie Hardt' __author__ = 'Jamie Hardt'
__license__ = 'MIT' __license__ = 'MIT'
__copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__) __copyright__ = "%s %s (c) 2022 %s. All rights reserved." % (__name__, __version__, __author__)