Skip to content

Commit d512c70

Browse files
committed
Update install instructions for upcomming release
1 parent c397e33 commit d512c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The command line tool gets installed as `bsmtool`.
3232

3333
* You can install the latest release from GitHub:
3434
```
35-
$ pip3 install https://github.com/chargeITmobility/bsm-python/releases/download/release-0.10.0/bauer_bsm-0.10.0-py3-none-any.whl
35+
$ pip3 install https://github.com/chargeITmobility/bsm-python/releases/download/release-0.10.1/bauer_bsm-0.10.1-py3-none-any.whl
3636
```
3737

3838
* For hands-on work of the code, clone this repository and perform a editable installation as follows:

doc/examples/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pip 20.3.3 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
6060
Having Python 3 and its Package Installer ready, you could easily install the
6161
BSM-WS36A Python Support as follows:
6262
```
63-
$ pip3 install https://github.com/chargeITmobility/bsm-python/releases/download/release-0.10.0/bauer_bsm-0.10.0-py3-none-any.whl
63+
$ pip3 install https://github.com/chargeITmobility/bsm-python/releases/download/release-0.10.1/bauer_bsm-0.10.1-py3-none-any.whl
6464
```
6565

6666
Now you should be able to run the BSM tool and display its help output

0 commit comments

Comments
 (0)