From 673a507e89a0948b88c1a66de5f539315a17a309 Mon Sep 17 00:00:00 2001 From: Yonatan Tarazona Coronel Date: Fri, 20 Jan 2023 09:59:24 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ea797f..462c438 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='/~https://github.com/ytarazona/scikit-eo', - version='0.1.94', + version='0.1.95', zip_safe=False, )