summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-03-11 11:51:53 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-03-11 11:51:53 +0100
commit3e5437ba36e8e5ffad926806960e4f76d5799e37 (patch)
tree629f9e09a007fd4722871f7796efbadb68ffdd36 /wrappers/python/setup.py
parent6656ce3be450a7b0db9b5314e81df05682b5c66e (diff)
Version: Update to 1.99.11.99.1
Diffstat (limited to 'wrappers/python/setup.py')
-rwxr-xr-xwrappers/python/setup.py2
1 files changed, 1 insertions, 1 deletions
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]: