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..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.32.1" +VERSION = "4.34.1" MARQUEE = "https://github.com/kamangir/hubble/raw/main/assets/hst/u4ge0106r_c0m.gif"