summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2024-04-25 11:47:49 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-04-26 16:21:18 +0200
commit32b81ae9ec90d8beccc101cf456841615216b793 (patch)
tree727aca5cc38e09900ca186614260a6f198322cd8 /wrappers/python
parentc7232fc8eae940f11c9a6a28eecac10a46778a70 (diff)
Version: Update to 1.99.21.99.2
Diffstat (limited to 'wrappers/python')
-rw-r--r--wrappers/python/eduvpn_common/__init__.py2
-rw-r--r--wrappers/python/pyproject.toml2
2 files changed, 2 insertions, 2 deletions
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"},