Skip to content

Commit

Permalink
rebuild - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed May 26, 2024
1 parent f2ae4a2 commit 55f4b3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hubblescope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1"
VERSION = "4.17.1"
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@
version=VERSION,
description=DESCRIPTION,
packages=[NAME],
include_package_data=True,
package_data={
NAME: [
".abcli/**/*.sh",
],
},
)

0 comments on commit 55f4b3d

Please sign in to comment.