From 5399009d1063660eef0fa9d455949d35b0d3922c Mon Sep 17 00:00:00 2001 From: kamangir Date: Sat, 25 May 2024 10:40:39 -0700 Subject: [PATCH] += action - kamangir/bolt#746 --- .abcli/actions.sh | 5 +++++ hubblescope/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .abcli/actions.sh 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"