Skip to content

Commit

Permalink
Bump version to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Apr 17, 2023
1 parent 377f53a commit f4d479a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You must already have [Python](https://wiki.python.org/moin/BeginnersGuide/Downl

```bash
# Install / Update to specific version
python3 -m pip install git+https://[email protected]/ping/[email protected].6 --upgrade
python3 -m pip install git+https://[email protected]/ping/[email protected].7 --upgrade

# Install / Update from latest source
python3 -m pip install git+https://[email protected]/ping/odmpy.git --upgrade --force-reinstall
Expand Down Expand Up @@ -80,7 +80,7 @@ Available commands:
ret Return an audiobook loan file (odm).
info Get information about an audiobook loan file (odm).
Version 0.7.6. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
Version 0.7.7. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
```
### Download via Libby
Expand Down
2 changes: 1 addition & 1 deletion odmpy/odm.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
requests_logger.setLevel(logging.ERROR)
requests_logger.propagate = True

__version__ = "0.7.6" # also update ../setup.py
__version__ = "0.7.7" # also update ../setup.py
TAGS_ENDPOINT = "https://api.github.com/repos/ping/odmpy/tags"
REPOSITORY_URL = "https://github.com/ping/odmpy"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__author__ = "ping"
__url__ = "https://github.com/ping/odmpy/"
__version__ = "0.7.6" # also update odmpy/odm.py
__version__ = "0.7.7" # also update odmpy/odm.py


__long_description__ = """
Expand Down

0 comments on commit f4d479a

Please sign in to comment.