summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-23 08:21:22 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-23 08:30:15 +0200
commit67bd78f2e626602d8392482250d4328eb3b1b3a6 (patch)
treef816ec7486b404749f0d343895bd7333490d5279 /wrappers
parent3e8e89dd25fefcea14e3b7f3665fd99d401f9cb0 (diff)
All: Make it easier to update the version
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/python/example/main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wrappers/python/example/main.py b/wrappers/python/example/main.py
index 6df3b40..92472d2 100644
--- a/wrappers/python/example/main.py
+++ b/wrappers/python/example/main.py
@@ -1,3 +1,4 @@
+from eduvpn_common import __version__ as commonver
import eduvpn_common.main as eduvpn
from eduvpn_common.state import State, StateType
from eduvpn_common.server import Config, Profiles
@@ -98,7 +99,7 @@ def do_secure_internet(edu: eduvpn.EduVPN) -> Optional[Config]:
# The main entry point
if __name__ == "__main__":
- _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", "1.1.2-cli-py", "configs", "en")
+ _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", f"{commonver}-cli-py", "configs", "en")
setup_callbacks(_eduvpn)
# Register with the eduVPN-common library