We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c45f6 commit 4d848e0Copy full SHA for 4d848e0
3 files changed
βREADME.mdβ
@@ -77,7 +77,7 @@ make package
77
Then install the built wheel:
78
79
```bash
80
-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
81
```
82
83
---
βosc_sdk_python/VERSIONβ
@@ -1 +1 @@
1
-0.39.0
+0.39.2
βpyproject.tomlβ
@@ -1,6 +1,6 @@
[project]
2
name = "osc_sdk_python"
3
-version = "0.39.0"
+version = "0.39.2"
4
description = "Outscale Gateway python SDK"
5
authors = [
6
{ name = "Outscal SAS", email = "opensource@outscale.com" }
0 commit comments