diff --git a/.abcli/actions.sh b/.abcli/actions.sh new file mode 100644 index 0000000..e084487 --- /dev/null +++ b/.abcli/actions.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +function hubble_action_git_before_push() { + hubble pypi build +} diff --git a/hubblescope/__init__.py b/hubblescope/__init__.py index f2e14de..d3a8ede 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.5.1" +VERSION = "4.6.1"