From a95f0b5cca795ea431ee61010255a6bcc9650b8a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 22 Jul 2023 12:58:32 -0700 Subject: [PATCH] Nudged version number --- ptulsconv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptulsconv/__init__.py b/ptulsconv/__init__.py index 82d3f3b..0809e94 100644 --- a/ptulsconv/__init__.py +++ b/ptulsconv/__init__.py @@ -2,7 +2,7 @@ Parse and convert Pro Tools text exports """ -__version__ = '2.0.0' +__version__ = '2.0.1' __author__ = 'Jamie Hardt' __license__ = 'MIT' __copyright__ = "%s %s (c) 2023 %s. All rights reserved." \