From 63c9d70931a3e91a2c9495fafb70a580d17239fb Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 12 May 2024 15:15:00 -0500 Subject: [PATCH] chore: Bump version to `0.2.3` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 850b941..31ec457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] name = "llmail" -version = "0.2.1" +version = "0.2.3" description = "Interact with LLMs via email" authors = ["slashtechno <77907286+slashtechno@users.noreply.github.com>"] repository = "https://github.com/slashtechno/llmail" keywords = ["llm", "email", "ai", "openai"] -license = "GNU AGPLv3" +license = "GNU Affero General Public License v3" readme = "README.md" [tool.poetry.dependencies]