diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-07-24 17:01:28 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-07-30 09:36:45 +0200 |
| commit | f3c04d56ca67c2ff0b08bf75cc51ea8be14c84b9 (patch) | |
| tree | 03eb8eb24ba5e1be23da69549bdd05a4b7e5bff8 /wrappers | |
| parent | 718369ba29ca7c8ed623e2f22f3c37badd5dee89 (diff) | |
Version: Update to 2.1.02.1.0
Diffstat (limited to 'wrappers')
| -rw-r--r-- | wrappers/python/eduvpn_common/__init__.py | 2 | ||||
| -rw-r--r-- | wrappers/python/setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index 0309ae2..9aa3f90 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.1.0" diff --git a/wrappers/python/setup.cfg b/wrappers/python/setup.cfg index b4c637b..f16f6c0 100644 --- a/wrappers/python/setup.cfg +++ b/wrappers/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eduvpn_common -version = 2.0.2 +version = 2.1.0 author = Jeroen Wijenbergh author_email = jeroen.wijenbergh@geant.org description = Python wrapper for eduvpn-common, a codebase to build eduVPN clients with |
