diff --git a/internal/version/version.go b/internal/version/version.go index 15f26234..6f205bf5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,3 +1,3 @@ package version -const Version = "1.2.0" +const Version = "1.2.1" diff --git a/wrappers/python/eduvpn_common/__init__.py b/wrappers/python/eduvpn_common/__init__.py index c68196d1..a955fdae 100644 --- a/wrappers/python/eduvpn_common/__init__.py +++ b/wrappers/python/eduvpn_common/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 0d23379b..5e050648 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__ = "1.2.0" +__version__ = "1.2.1" def getlibpath(plat_name: str) -> typing.Union[str, None]: