diff --git a/osc_sdk_python/authentication.py b/osc_sdk_python/authentication.py index db8dfe2..93c7183 100644 --- a/osc_sdk_python/authentication.py +++ b/osc_sdk_python/authentication.py @@ -2,7 +2,7 @@ import hashlib import hmac -VERSION = "0.9.16" +VERSION = "0.10.0" DEFAULT_USER_AGENT = "osc-sdk-python/" + VERSION class Authentication: diff --git a/setup.py b/setup.py index c57b04d..43a20f3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='osc_sdk_python', - version='0.9.16', + version='0.10.0', author="Outscal SAS", author_email="opensource@outscale.com", description="Outscale Gateway python SDK",