diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-04-18 11:16:03 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-04-18 14:05:19 +0200 |
| commit | ce637cb12e8ea517dd7b48becf1151fab05d5fbf (patch) | |
| tree | 3a04edcfd683181b62bf3f19a0a2b8516b2cc717 /wrappers/python/example | |
| parent | 085ef1f73e991ce49fb0d47ffbf31d4cdf6aed17 (diff) | |
Version: Update to 1.1.01.1.0
Diffstat (limited to 'wrappers/python/example')
| -rw-r--r-- | wrappers/python/example/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/example/main.py b/wrappers/python/example/main.py index 04cf5b5..edbc755 100644 --- a/wrappers/python/example/main.py +++ b/wrappers/python/example/main.py @@ -98,7 +98,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.0.0-cli-py", "configs", "en") + _eduvpn = eduvpn.EduVPN("org.eduvpn.app.linux", "1.1.0-cli-py", "configs", "en") setup_callbacks(_eduvpn) # Register with the eduVPN-common library |
