From f4d479a7a54a1a6455718b64a8ed969e355d4f32 Mon Sep 17 00:00:00 2001 From: ping Date: Mon, 17 Apr 2023 15:40:09 +0800 Subject: [PATCH] Bump version to 0.7.7 --- README.md | 4 ++-- odmpy/odm.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 760fd0f..85c1fc6 100644 --- a/README.md +++ b/README.md @@ -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://git@github.com/ping/odmpy.git@0.7.6 --upgrade +python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.7 --upgrade # Install / Update from latest source python3 -m pip install git+https://git@github.com/ping/odmpy.git --upgrade --force-reinstall @@ -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 diff --git a/odmpy/odm.py b/odmpy/odm.py index 4d07ff2..81036f6 100644 --- a/odmpy/odm.py +++ b/odmpy/odm.py @@ -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" diff --git a/setup.py b/setup.py index dd071d9..830b1d7 100644 --- a/setup.py +++ b/setup.py @@ -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__ = """