Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Oct 9, 2024
1 parent f1dc9cc commit 8d88676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ A generic framework for writing satellite data ingest systems
## Installing
Mandible can be installed from GitHub using `pip`.
```
$ pip install git+https://github.com/asfadmin/mandible@v0.2.0
$ pip install git+https://github.com/asfadmin/mandible@v0.7.1
```

To install with all extra dependencies:
```
$ pip install git+https://github.com/asfadmin/mandible@v0.2.0#egg=mandible[all]
$ pip install git+https://github.com/asfadmin/mandible@v0.7.1#egg=mandible[all]
```

To install the latest development version:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mandible"
version = "0.7.0"
version = "0.7.1"
description = "A generic framework for writing satellite data ingest systems"
authors = ["Rohan Weeden <reweeden@alaska.edu>", "Matt Perry <mperry37@alaska.edu>"]
license = "APACHE-2"
Expand Down

0 comments on commit 8d88676

Please sign in to comment.