From 48903e6b4f2c87127d84120c2c77e97093f22508 Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sat, 11 May 2024 22:15:55 -0500 Subject: [PATCH] Set version to `0.2.0` instead of `0.1.1` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf584ab..acfd71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmail" -version = "0.1.1" +version = "0.2.0" description = "Interact with LLMs via email" authors = ["slashtechno <77907286+slashtechno@users.noreply.github.com>"] repository = "https://github.com/slashtechno/llmail"