From 6009b0df371557a9b6319467536872b37996cc74 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 26 Apr 2023 12:47:59 +0200 Subject: Version: Update to 2.0.0 --- wrappers/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/setup.py') diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 8637032..f19be57 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.2" +__version__ = "2.0.0" def getlibpath(plat_name: str) -> typing.Union[str, None]: -- cgit v1.2.3