diff options
Diffstat (limited to 'wrappers')
| -rw-r--r-- | wrappers/python/eduvpn_common/__init__.py | 2 | ||||
| -rw-r--r-- | wrappers/python/setup.cfg | 2 | ||||
| -rw-r--r-- | wrappers/python/setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index ba7be38..2fe5fde 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "5.0.0" +__version__ = "5.0.1" diff --git a/wrappers/python/setup.cfg b/wrappers/python/setup.cfg index 7e2953d..606bf39 100644 --- a/wrappers/python/setup.cfg +++ b/wrappers/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eduvpn_common -version = 5.0.0 +version = 5.0.1 author = Jeroen Wijenbergh author_email = jeroen.wijenbergh@geant.org description = Python wrapper for eduvpn-common, a codebase to build eduVPN clients with diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index c524904..ac940dd 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -4,7 +4,7 @@ import subprocess from setuptools import setup from setuptools.command.build_py import build_py -COMMON_VERSION = "5.0.0" +COMMON_VERSION = "5.0.1" SETUP_PATH = os.path.abspath(__file__) COMMON_EXPORTS_PATH = os.path.abspath(os.path.join(SETUP_PATH, "../../../exports")) |
