From df1507e18e4876f00a01aad8b9ae19c27f0d2dad Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:57:41 -0500 Subject: [PATCH] chore: Bump version to 0.2.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0262183..4aab07d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmail" -version = "0.2.4" +version = "0.2.5" description = "Interact with LLMs via email" authors = ["slashtechno <77907286+slashtechno@users.noreply.github.com>"] repository = "https://github.com/slashtechno/llmail"