From aa7b41812169c4ee2cc3dfd929a855bbf7f9cb04 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 24 May 2025 21:58:50 -0700 Subject: [PATCH] Update __init__.py Nudging version to 2.2.1 --- ptulsconv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index a92e784..72a7e32 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -2,7 +2,7 @@ Parse and convert Pro Tools text exports """ -__version__ = '2.2.0' +__version__ = '2.2.1' __author__ = 'Jamie Hardt' __license__ = 'MIT' __copyright__ = "%s %s (c) 2025 %s. All rights reserved." \