diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 15:09:22 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-03-07 15:19:43 +0100 |
| commit | f25e4cb21ef024cf1eb2fbe4ca3b54ffa93052ab (patch) | |
| tree | 8142bd675e5c1e5567ef9bc83207b22bc58b60cb /wrappers/python | |
| parent | 47d9e993ce43c4238810a2533a81a24ee701f155 (diff) | |
Version: Update to 1.99.01.99.0
Diffstat (limited to 'wrappers/python')
| -rw-r--r-- | wrappers/python/eduvpn_common/__init__.py | 2 | ||||
| -rwxr-xr-x | wrappers/python/setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index 8c0d5d5..8e4d66c 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "1.99.0" diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 143b6a5..44540dd 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__ = "2.0.0" +__version__ = "1.99.0" def getlibpath(plat_name: str) -> typing.Union[str, None]: |
