From be7ecf35ec4a4097212f410f91cef34c2e9d8099 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Wed, 6 Mar 2024 15:08:01 -0800 Subject: [PATCH] Prepare v2.3.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be639ef..e0a2eb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "imessage-conversation-analyzer" -version = "2.2.0" +version = "2.3.0" description = "Analyzes the entire history of a macOS Messages conversation" readme = "README.md" requires-python = ">=3.9"