Skip to content

Commit fd277f5

Browse files
authored
Merge pull request #44 from outscale/version-update
Version updated: 1.3
2 parents f167c25 + 4553d79 commit fd277f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

osc_sdk/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
DEFAULT_REGION = 'eu-west-2'
2121
DEFAULT_VERSION = datetime.date.today().strftime("%Y-%m-%d")
2222
METHODS_SUPPORTED = ['GET', 'POST']
23-
SDK_VERSION = '0.1'
23+
SDK_VERSION = '1.3'
2424
SSL_VERIFY = True
2525
SUCCESS_CODES = [200, 201, 202, 203, 204]
2626
USER_AGENT = 'osc_sdk ' + SDK_VERSION

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
from setuptools import find_packages, setup
33

44
setup(
5-
name="osc-sdk",
6-
version='1.2',
5+
name='osc-sdk',
6+
version='1.3',
77
packages=find_packages(),
88
author='Outscale SAS',
99
author_email='contact@outscale.com',
10-
description="Outscale ",
11-
url="http://www.outscale.com/",
10+
description='Outscale',
11+
url='http://www.outscale.com/',
1212
entry_points={'console_scripts': ['osc-cli = osc_sdk.sdk:main']},
1313
install_requires=[
1414
'setuptools',

0 commit comments

Comments
 (0)