BUmped version number and copyright

This commit is contained in:
Jamie Hardt
2023-06-02 19:25:07 -07:00
parent 408829e820
commit 5427b4cfb1

View File

@@ -2,7 +2,7 @@
Parse and convert Pro Tools text exports Parse and convert Pro Tools text exports
""" """
__version__ = '1.0.6' __version__ = '1.0.7'
__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) 2023 %s. All rights reserved." % (__name__, __version__, __author__)