From d3dff1ce14f77c7b3e8e177c295f46bb7d19ea5d Mon Sep 17 00:00:00 2001 From: kamangir Date: Sun, 26 May 2024 00:41:12 -0700 Subject: [PATCH] refactor - kamangir/bolt#746 --- hubblescope/.abcli/abcli.sh | 5 +++++ hubblescope/.abcli/hubble.sh | 3 --- hubblescope/__init__.py | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 hubblescope/.abcli/abcli.sh diff --git a/hubblescope/.abcli/abcli.sh b/hubblescope/.abcli/abcli.sh new file mode 100644 index 0000000..81f83eb --- /dev/null +++ b/hubblescope/.abcli/abcli.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +abcli_source_path - caller,suffix=/tests + +export hubble_module_name=hubblescope diff --git a/hubblescope/.abcli/hubble.sh b/hubblescope/.abcli/hubble.sh index 4defad2..733755c 100755 --- a/hubblescope/.abcli/hubble.sh +++ b/hubblescope/.abcli/hubble.sh @@ -14,6 +14,3 @@ function abcli_hubble() { plugin=hubble,task=$task \ "${@:2}" } - -abcli_source_path \ - $abcli_path_git/hubble/.abcli/tests diff --git a/hubblescope/__init__.py b/hubblescope/__init__.py index ee9665f..78462dd 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.10.1" +VERSION = "4.11.1"