From d45b3357c3b81863ce2cc98eeafe06b909aee653 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 25 May 2024 20:25:14 -0700 Subject: [PATCH] bash delivery - kamangir/bolt#746 --- .abcli/{install/hubble.sh => install.sh} | 0 hubblescope/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .abcli/{install/hubble.sh => install.sh} (100%) diff --git a/.abcli/install/hubble.sh b/.abcli/install.sh similarity index 100% rename from .abcli/install/hubble.sh rename to .abcli/install.sh diff --git a/hubblescope/__init__.py b/hubblescope/__init__.py index d3a8ede..e4b4889 100644 --- a/hubblescope/__init__.py +++ b/hubblescope/__init__.py @@ -4,4 +4,4 @@ DESCRIPTION = f"{ICON} tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry." -VERSION = "4.6.1" +VERSION = "4.8.1"