diff options
| -rw-r--r-- | internal/version/version.go | 2 | ||||
| -rw-r--r-- | wrappers/python/eduvpn_common/__init__.py | 2 | ||||
| -rwxr-xr-x | wrappers/python/setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 69f6ff0..e6bd440 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "1.1.2" +const Version = "1.1.99.0" 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]: |
