From 07f3e3e21f9fd2887e31c54fb20b020dc0ea8770 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: Fri, 19 Jul 2024 11:08:17 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e7ce35..abb3b6e 100755 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/insillichem/BioBrigit', - version='0.0.7', + version='0.0.9', zip_safe=False, )