diff --git a/README.md b/README.md index cdd6c39..c972551 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ make package Then install the built wheel: ```bash -pip install dist/osc_sdk_python-0.39.0-py3-none-any.whl +pip install dist/osc_sdk_python-0.39.2-py3-none-any.whl ``` --- diff --git a/osc_sdk_python/VERSION b/osc_sdk_python/VERSION index 4ef2eb0..e061938 100644 --- a/osc_sdk_python/VERSION +++ b/osc_sdk_python/VERSION @@ -1 +1 @@ -0.39.0 +0.39.2 diff --git a/pyproject.toml b/pyproject.toml index 33a27ef..291369e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "osc_sdk_python" -version = "0.39.0" +version = "0.39.2" description = "Outscale Gateway python SDK" authors = [ { name = "Outscal SAS", email = "opensource@outscale.com" }