From 3e5437ba36e8e5ffad926806960e4f76d5799e37 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 11 Mar 2024 11:51:53 +0100 Subject: Version: Update to 1.99.1 --- internal/version/version.go | 2 +- wrappers/python/eduvpn_common/__init__.py | 2 +- wrappers/python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index 851e7fc..af2f950 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.0" +const Version = "1.99.1" diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index 8e4d66c..ff35105 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "1.99.0" +__version__ = "1.99.1" diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 44540dd..37ff577 100755 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -10,7 +10,7 @@ from setuptools import setup from wheel.bdist_wheel import bdist_wheel as _bdist_wheel _libname = "eduvpn_common" -__version__ = "1.99.0" +__version__ = "1.99.1" def getlibpath(plat_name: str) -> typing.Union[str, None]: -- cgit v1.2.3