summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/building
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 08:54:44 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 08:54:44 +0100
commit6da4645081e94fe197c62f92d7af37b2428d6e65 (patch)
treefb8dbc94c997798a435fda014e82e1bb58591608 /docs/src/gettingstarted/building
parentafc37f438fd0116b1dc7615b75e2db8472f6352b (diff)
Version: Downgrade to 0.99.0
Diffstat (limited to 'docs/src/gettingstarted/building')
-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..92171b8 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-0.99.0-py3-none-linux_x86_64.whl
```
Note that the name of your wheel changes on the platform and version.