From 121397c926eab044bca2199caf8312a3e53dc8ac Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 3 Jan 2024 16:40:53 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4074a7..b688fce 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ def build_extension(self, ext: CMakeExtension) -> None: setup( name="removedup", - version="1.0.3", + version="1.0.4", author="Piero Toffanin", author_email="pt@masseranolabs.com", url="https://github.com/LibreTranslate/RemoveDUP",