summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-09-01 16:28:16 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-01 17:15:52 +0000
commit373b1fc58ecfdac53d0cd4a3011ac522bdfd3e85 (patch)
treee8a38f551ef2dafd09a350d876c2c2aeda7619ac /wrappers/python/setup.py
parent63d993a9f87b2c1c69df2eef5cd305ceb6faf166 (diff)
Version: Update to 1.1.21.1.2
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 ee595fe..1bc565a 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.1.1"
+__version__ = "1.1.2"
def getlibpath(plat_name: str) -> typing.Union[str, None]:
"""Get library path for plat_name relative to exports/lib/ folder."""