From f88cd87b51ad5a985a9e7120340b3da3af0aef71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Fern=C3=A1ndez=20D=C3=ADaz?= <78709417+RaulFD-creator@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:36:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v.0.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb46071..ee9f012 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/IBM/Hestia-GOOD', - version='0.1.0', + version='0.1.1', zip_safe=False, )