Skip to content

Commit 1c9d4d9

Browse files
committed
Bump version to 0.7.8
1 parent 58952af commit 1c9d4d9

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.7 --upgrade
30+
python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.8 --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.7. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
83+
Version 0.7.8. [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
@@ -67,7 +67,7 @@
6767
requests_logger.setLevel(logging.ERROR)
6868
requests_logger.propagate = True
6969

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

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.7" # also update odmpy/odm.py
24+
__version__ = "0.7.8" # also update odmpy/odm.py
2525

2626

2727
__long_description__ = """

0 commit comments

Comments
 (0)