increase version
This commit is contained in:
parent
95b28d13a3
commit
b64a2fccc4
2 changed files with 2 additions and 2 deletions
|
@ -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" }]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = remove_duplicate_imap_messages
|
||||
version = 1.0.0
|
||||
version = 1.0.1
|
||||
|
||||
[options]
|
||||
packages = remove_duplicate_imap_messages
|
||||
|
|
Loading…
Reference in a new issue