From 6fd6a7e0b9d57d413a9d4baffb18ffe3d94c6284 Mon Sep 17 00:00:00 2001 From: arash <62345618+aanersc@users.noreply.github.com> Date: Tue, 16 Feb 2021 15:07:08 +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 aca6a258..f004950e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="geospaas_harvesting", - version="3.0.0", + version="3.0.1", author="Adrien Perrin", author_email="adrien.perrin@nersc.no", description="Metadata harvesting tool for GeoSPaaS",