summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-18 11:16:03 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-04-18 14:05:19 +0200
commitce637cb12e8ea517dd7b48becf1151fab05d5fbf (patch)
tree3a04edcfd683181b62bf3f19a0a2b8516b2cc717 /docs
parent085ef1f73e991ce49fb0d47ffbf31d4cdf6aed17 (diff)
Version: Update to 1.1.01.1.0
Diffstat (limited to 'docs')
-rw-r--r--docs/src/gettingstarted/building/example.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gettingstarted/building/example.md b/docs/src/gettingstarted/building/example.md
index 57405f4..e63d1a7 100644
--- a/docs/src/gettingstarted/building/example.md
+++ b/docs/src/gettingstarted/building/example.md
@@ -23,6 +23,6 @@ make -C wrappers/python
5. Install the wheel using pip
```bash
-pip install wrappers/python/dist/eduvpncommon-1.0.0-py3-none-linux_x86_64.whl
+pip install wrappers/python/dist/eduvpncommon-1.1.0-py3-none-linux_x86_64.whl
```
Note that the name of your wheel changes on the platform and version.