From 32b81ae9ec90d8beccc101cf456841615216b793 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 25 Apr 2024 11:47:49 +0200 Subject: Version: Update to 1.99.2 --- internal/version/version.go | 2 +- wrappers/python/eduvpn_common/__init__.py | 2 +- wrappers/python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index af2f950..90502b2 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.1" +const Version = "1.99.2" diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index ff35105..c623c03 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "1.99.1" +__version__ = "1.99.2" diff --git a/wrappers/python/pyproject.toml b/wrappers/python/pyproject.toml index b43aa5a..1ffefc9 100644 --- a/wrappers/python/pyproject.toml +++ b/wrappers/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eduvpn_common" -version = "1.99.1" +version = "1.99.2" description = "eduvpn-common library" authors = [ {name = "Jeroen Wijenbergh", email = "jeroen.wijenbergh@geant.org"}, -- cgit v1.2.3