From 4e5d3cc0639db7a909ee5f2f29f2a72ac6ac86df 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"