diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-30 17:42:42 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-06-04 16:40:29 +0200 |
| commit | 3d47c63005ad962951080370a647914ab7c34e94 (patch) | |
| tree | c50d7f2c674d6df741b664dbabfe26c67e4b4577 | |
| parent | 0ad460bcb1d11c8dd413eb82698dd3e8b2e0368d (diff) | |
Version: Update to 2.0.02.0.0
| -rw-r--r-- | internal/version/version.go | 2 | ||||
| -rw-r--r-- | wrappers/python/eduvpn_common/__init__.py | 2 | ||||
| -rw-r--r-- | wrappers/python/setup.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 90502b2..c71af9e 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -6,4 +6,4 @@ package version // Version is the latest version // Update this when releasing -const Version = "1.99.2" +const Version = "2.0.0" diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index c623c03..8c0d5d5 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "1.99.2" +__version__ = "2.0.0" diff --git a/wrappers/python/setup.cfg b/wrappers/python/setup.cfg index c06ee45..f20b3a4 100644 --- a/wrappers/python/setup.cfg +++ b/wrappers/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eduvpn_common -version = 1.99.2 +version = 2.0.0 author = Jeroen Wijenbergh author_email = jeroen.wijenbergh@geant.org description = Python wrapper for eduvpn-common, a codebase to build eduVPN clients with |
