Skip to content

Commit

Permalink
upgrade directly to 0.10.0 because we have new features
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed May 10, 2021
1 parent 5bbf671 commit 5a02cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osc_sdk_python/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a02cec

Please sign in to comment.