Update __init__.py

This commit is contained in:
Jamie Hardt
2023-07-21 12:56:13 -07:00
committed by GitHub
parent 79d8cc5b69
commit 2a98954885

View File

@@ -2,7 +2,7 @@
Parse and convert Pro Tools text exports
"""
__version__ = '1.1.0'
__version__ = '2.0.0'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'
__copyright__ = "%s %s (c) 2023 %s. All rights reserved." % (__name__, __version__, __author__)