From 54fa8f04a7dc5af04963b2b08e5aa4976125c6ec Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 8 Sep 2025 13:18:24 -0700 Subject: [PATCH] Update pyproject.toml Nudge version to 3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc6afbf..243cd22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ keywords = ["text-processing", "parsers", "film", [tool.poetry] name = "ptulsconv" -version = "2.2.4" +version = "3.0.0" description = "Read Pro Tools Text exports and generate PDF ADR Reports, JSON" authors = ["Jamie Hardt "] license = "MIT"