Skip to content

Commit 7592dd3

Browse files
committed
Bump version to 0.7.2
1 parent fd47187 commit 7592dd3

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
@@ -21,7 +21,7 @@ Requires Python >= 3.7.
2121

2222
```bash
2323
# Install / Update to specific version
24-
python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.1 --upgrade
24+
python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.2 --upgrade
2525

2626
# Install / Update from latest source
2727
python3 -m pip install git+https://git@github.com/ping/odmpy.git --upgrade --force-reinstall
@@ -74,7 +74,7 @@ Available commands:
7474
libbyreturn Return loans via Libby.
7575
libbyrenew Renew loans via Libby.
7676
77-
Version 0.7.1. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
77+
Version 0.7.2. [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
7878
```
7979
8080
### 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.1" # also update ../setup.py
71+
__version__ = "0.7.2" # 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.1" # also update odmpy/odm.py
24+
__version__ = "0.7.2" # also update odmpy/odm.py
2525

2626

2727
__long_description__ = """

0 commit comments

Comments
 (0)