From 17b87b6e696fac442cb70e788fb2e16e8f5b240f Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 27 Jul 2023 23:23:39 -0700 Subject: [PATCH] Update __init__.py Nudged version --- ptulsconv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index 0809e94..5c81123 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -2,7 +2,7 @@ Parse and convert Pro Tools text exports """ -__version__ = '2.0.1' +__version__ = '2.1.0' __author__ = 'Jamie Hardt' __license__ = 'MIT' __copyright__ = "%s %s (c) 2023 %s. All rights reserved." \