summaryrefslogtreecommitdiff
path: root/wrappers/python/setup.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-12-07 15:23:18 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-12-08 19:25:42 +0100
commit0ae68d60baad308aae50269456630522210cca8e (patch)
treeb738ca4f1623876581042dcd736ce70130212efd /wrappers/python/setup.py
parent11ffa7e169b267e127c98a42b631334698f45f48 (diff)
Version: Update to 1.2.01.2.0
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 f2cecf8..0d23379 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.99.0"
+__version__ = "1.2.0"
def getlibpath(plat_name: str) -> typing.Union[str, None]: