From 9bda2f0fbceae95dc7b8fb7f3168cc32cfa3d668 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 15 Sep 2024 13:24:48 -0700 Subject: [PATCH 1/2] =?UTF-8?q?start=20of=20metadata-2024-09-15-42864=20?= =?UTF-8?q?=F0=9F=AA=84=20-=20kamangir/bolt#746?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hubblescope/.abcli/download.sh | 4 ++-- hubblescope/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hubblescope/.abcli/download.sh b/hubblescope/.abcli/download.sh index ed32341..540b076 100644 --- a/hubblescope/.abcli/download.sh +++ b/hubblescope/.abcli/download.sh @@ -44,9 +44,9 @@ function hubble_download() { "$command_line" if [ "$do_dryrun" == 0 ]; then - abcli_tag set $object_name hubble + abcli_tags set $object_name hubble - abcli_relation set \ + abcli_relations set \ $object_name $hubble_object_name \ is-download-of fi diff --git a/hubblescope/__init__.py b/hubblescope/__init__.py index ee97483..30cc82a 100644 --- a/hubblescope/__init__.py +++ b/hubblescope/__init__.py @@ -4,6 +4,6 @@ DESCRIPTION = f"{ICON} tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry." -VERSION = "4.32.1" +VERSION = "4.33.1" MARQUEE = "https://github.com/kamangir/hubble/raw/main/assets/hst/u4ge0106r_c0m.gif" From 24b5277d1a1b3bb168e5f8caad005924cc42d1e6 Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 15 Sep 2024 13:40:11 -0700 Subject: [PATCH 2/2] restart - kamangir/bolt#746 --- hubblescope/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubblescope/__init__.py b/hubblescope/__init__.py index 30cc82a..ba59aae 100644 --- a/hubblescope/__init__.py +++ b/hubblescope/__init__.py @@ -4,6 +4,6 @@ DESCRIPTION = f"{ICON} tools to access and process Hubble Space Telescope imagery and other datasets on AWS Open Data Registry." -VERSION = "4.33.1" +VERSION = "4.34.1" MARQUEE = "https://github.com/kamangir/hubble/raw/main/assets/hst/u4ge0106r_c0m.gif"