summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/python')
-rw-r--r--wrappers/python/eduvpn_common/__init__.py2
-rwxr-xr-xwrappers/python/setup.py2
2 files changed, 2 insertions, 2 deletions
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]: