diff --git a/internal/version/version.go b/internal/version/version.go index c71af9e8..851e7fc0 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -6,4 +6,4 @@ package version // Version is the latest version // Update this when releasing -const Version = "2.0.0" +const Version = "1.99.0" diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index 8c0d5d5b..8e4d66c7 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 143b6a5c..44540dd6 100755 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -10,7 +10,7 @@ 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]: