From b2915cee58150f8a86a363c55732ef72f60963a3 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 25 Oct 2023 15:46:31 +0200 Subject: Version: Update to 1.1.99.0 --- wrappers/python/eduvpn_common/__init__.py | 2 +- wrappers/python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wrappers/python') diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index 72f26f5..58004aa 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.1.99.0" diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index eb0b8ab..f2cecf8 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__ = "1.1.99.0" def getlibpath(plat_name: str) -> typing.Union[str, None]: -- cgit v1.2.3