Skip to content

Commit 4d848e0

Browse files
committed
πŸ”– release: bump version to 0.39.2
Update version across all configuration files: - pyproject.toml version field - osc_sdk_python/VERSION file - README.md installation example
1 parent 53c45f6 commit 4d848e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ make package
7777
Then install the built wheel:
7878

7979
```bash
80-
pip install dist/osc_sdk_python-0.39.0-py3-none-any.whl
80+
pip install dist/osc_sdk_python-0.39.2-py3-none-any.whl
8181
```
8282

8383
---

β€Žosc_sdk_python/VERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.39.0
1+
0.39.2

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "osc_sdk_python"
3-
version = "0.39.0"
3+
version = "0.39.2"
44
description = "Outscale Gateway python SDK"
55
authors = [
66
{ name = "Outscal SAS", email = "opensource@outscale.com" }

0 commit comments

Comments
Β (0)