summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 15:20:55 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 15:20:55 +0100
commit56e65da14612516103e152524d19763ceb28013f (patch)
tree7dcbbc3bebea9c0b5fc8df9e44142cb80dccee67 /docs/src
parent48a6b4c90f0e4e0beb7c30e6351ab2b4352e4f5d (diff)
Version: Update to 1.0.0
Diffstat (limited to 'docs/src')
-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 92171b8..57405f4 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-0.99.0-py3-none-linux_x86_64.whl
+pip install wrappers/python/dist/eduvpncommon-1.0.0-py3-none-linux_x86_64.whl
```
Note that the name of your wheel changes on the platform and version.