From ad30b3529b516c1711c2049726b7b3e122297fcc Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Sep 2024 01:24:53 +0200 Subject: [PATCH] Release version 1.0.5 Signed-off-by: Georg Pfuetzenreuter --- pyacl/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyacl/__version__.py b/pyacl/__version__.py index f256179..8c7dc3c 100644 --- a/pyacl/__version__.py +++ b/pyacl/__version__.py @@ -7,4 +7,4 @@ An English copy of the Licence is shipped in a file called LICENSE along with th You may obtain copies of the Licence in any of the official languages at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12. """ -__version__ = '1.0.4' +__version__ = '1.0.5'