diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-25 15:46:31 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-25 16:34:13 +0200 |
| commit | b2915cee58150f8a86a363c55732ef72f60963a3 (patch) | |
| tree | daab2aa6f5f602f518e6c6513491641105b1d3ae /wrappers/python/setup.py | |
| parent | 67161ca7b0cbcd2a37a51c7fd8fcfdbe0c577293 (diff) | |
Version: Update to 1.1.99.01.1.99.0
Diffstat (limited to 'wrappers/python/setup.py')
| -rwxr-xr-x | wrappers/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]: |
