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 Jun 3, 2024
1 parent b99e72e commit 656166a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# hubble (hubblescope) 🔭
# 🔭 hubble (hubblescope)

`hubble` 🔭 is a set of tools to access and process [Hubble Space Telescope imagery](https://registry.opendata.aws/hst/) and other datasets on [AWS Open Data Registry](https://registry.opendata.aws/).

---
```bash
pip install hubblescope
```

```bash
> hubble help
Expand Down Expand Up @@ -37,4 +39,8 @@ hubble download ~dryrun
![image](./assets/hst/2023-09-15-19-34-36-01196.png)
also see [`./notebooks/hst.ipynb`](./notebooks/hst.ipynb)
also see [`notebooks/hst.ipynb`](./notebooks/hst.ipynb)
---
[![PyPI version](https://img.shields.io/pypi/v/hubblescope.svg)](https://pypi.org/project/hubblescope/)
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.19.1"
VERSION = "4.20.1"

0 comments on commit 656166a

Please sign in to comment.