From 75445ca6d52546aea9b2cb88ac5b22080cb75781 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Wed, 21 Feb 2024 20:45:55 -0800 Subject: [PATCH] Prepare v2.2.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c873d6..be639ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "imessage-conversation-analyzer" -version = "2.1.0" +version = "2.2.0" description = "Analyzes the entire history of a macOS Messages conversation" readme = "README.md" requires-python = ">=3.9"