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 11, 2024
1 parent 6c2d494 commit ac9eead
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/[email protected].1
$ pip install git+https://github.com/asfadmin/[email protected].2
```

To install with all extra dependencies:
```
$ pip install git+https://github.com/asfadmin/[email protected].1#egg=mandible[all]
$ pip install git+https://github.com/asfadmin/[email protected].2#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.1"
version = "0.7.2"
description = "A generic framework for writing satellite data ingest systems"
authors = ["Rohan Weeden <[email protected]>", "Matt Perry <[email protected]>"]
license = "APACHE-2"
Expand Down

0 comments on commit ac9eead

Please sign in to comment.