From d4465a657e5d5ed4c2a210721c5fcb2a7ae7b216 Mon Sep 17 00:00:00 2001 From: Clemens Mosig Date: Thu, 6 Jun 2024 16:51:59 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4009933..34d7947 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '2024.5.2' +VERSION = '2024.5.3' DESCRIPTION = 'Sentinel-1 and Sentinel-2 scalable downloader.' LONG_DESCRIPTION = 'Sentinel-1 & Sentinel-2 data cubes at large scale (bigger-than-memory) on any machine with integrated cloud detection, snow masking, harmonization, merging, and temporal composites.'