Include version string in all outputs

This commit is contained in:
Jamie Hardt
2022-11-06 11:54:00 -08:00
parent 21c32e282c
commit fbc7531374
2 changed files with 5 additions and 3 deletions

View File

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