From b64a2fccc45ea8371de33532e81bf4d0f5879c67 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sun, 22 Sep 2024 13:48:43 +0300 Subject: [PATCH] increase version --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b91c991..810573f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ Homepage = "https://susurrando.com" [project] name = "remove_duplicate_imap_messages" -version = "1.0.0" +version = "1.0.1" description = "Given an IMAP folder look for duplicate messages and optionally delete them" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }] diff --git a/setup.cfg b/setup.cfg index 0520793..82d90b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = remove_duplicate_imap_messages -version = 1.0.0 +version = 1.0.1 [options] packages = remove_duplicate_imap_messages