Skip to content

Commit 51b0740

Browse files
osc-cli v1.9.0
Signed-off-by: Jérôme Jutteau <jerome.jutteau@outscale.com>
1 parent 8f6a558 commit 51b0740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osc_sdk/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
DEFAULT_HOST = "outscale.com"
3636

3737
METHODS_SUPPORTED = {"GET", "POST"}
38-
SDK_VERSION = "1.8.0"
38+
SDK_VERSION = "1.9.0"
3939
SSL_VERIFY = True
4040
SUCCESS_CODES = {200, 201, 202, 203, 204}
4141
USER_AGENT = "osc_sdk " + SDK_VERSION

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="osc-sdk",
5-
version="1.8.0",
5+
version="1.9.0",
66
packages=find_packages(),
77
author="Outscale SAS",
88
author_email="contact@outscale.com",

0 commit comments

Comments
 (0)