Nudged version and copyright date

This commit is contained in:
Jamie Hardt
2025-05-17 12:06:56 -07:00
parent c3a600c5d7
commit f847b88aa3

View File

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