From 2a9895488578731b9770ba2e51cdc30f04abed83 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 21 Jul 2023 12:56:13 -0700 Subject: [PATCH] Update __init__.py --- ptulsconv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index d62841c..36aa627 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -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__)