From 8f538ec280a9811719e462885c3c738715cbe4e7 Mon Sep 17 00:00:00 2001 From: Sepehr Akbarzadeh Date: Thu, 25 Jul 2024 12:01:18 +0330 Subject: [PATCH] build(poetry): update pyproject.toml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 700f32d..534fe78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-sage-imap" -version = "0.1.0" +version = "0.4.1" description = "A Python package for managing IMAP connections and email operations." authors = ["Sepehr Akbarzadeh "] readme = "README.md"