From 5427b4cfb16911745a23e9230ea1faaa8f30ef78 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 2 Jun 2023 19:25:07 -0700 Subject: [PATCH] BUmped version number and copyright --- ptulsconv/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index dfa0a7e..a64939e 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -2,7 +2,7 @@ Parse and convert Pro Tools text exports """ -__version__ = '1.0.6' +__version__ = '1.0.7' __author__ = 'Jamie Hardt' __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__)