Skip to content

Commit c95878f

Browse files
committed
Bump version to 0.7.9
1 parent 8c5bd9f commit c95878f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You must already have [Python](https://wiki.python.org/moin/BeginnersGuide/Downl
2727

2828
```bash
2929
# Install / Update to specific version
30-
python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.8 --upgrade
30+
python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.9 --upgrade
3131

3232
# Install / Update from latest source
3333
python3 -m pip install git+https://git@github.com/ping/odmpy.git --upgrade --force-reinstall
@@ -80,7 +80,7 @@ Available commands:
8080
ret Return an audiobook loan file (odm).
8181
info Get information about an audiobook loan file (odm).
8282
83-
Version 0.7.8. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
83+
Version 0.7.9. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
8484
```
8585
8686
### Download via Libby

odmpy/odm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
requests_logger.setLevel(logging.ERROR)
6969
requests_logger.propagate = True
7070

71-
__version__ = "0.7.8" # also update ../setup.py
71+
__version__ = "0.7.9" # also update ../setup.py
7272
TAGS_ENDPOINT = "https://api.github.com/repos/ping/odmpy/tags"
7373
REPOSITORY_URL = "https://github.com/ping/odmpy"
7474

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
__author__ = "ping"
2323
__url__ = "https://github.com/ping/odmpy/"
24-
__version__ = "0.7.8" # also update odmpy/odm.py
24+
__version__ = "0.7.9" # also update odmpy/odm.py
2525

2626

2727
__long_description__ = """

0 commit comments

Comments
 (0)