From 342b0c8a486ef829100cf1e9ab73dbbd10c0dd31 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Mon, 29 Feb 2016 12:53:39 -0800 Subject: [PATCH] msrest 0.0.3 - msrestazure 0.0.2 --- ClientRuntimes/Python/msrest/msrest/version.py | 2 +- ClientRuntimes/Python/msrest/setup.py | 2 +- ClientRuntimes/Python/msrestazure/msrestazure/version.py | 2 +- ClientRuntimes/Python/msrestazure/setup.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ClientRuntimes/Python/msrest/msrest/version.py b/ClientRuntimes/Python/msrest/msrest/version.py index 1dc7f8bbbc..b0a92ed616 100644 --- a/ClientRuntimes/Python/msrest/msrest/version.py +++ b/ClientRuntimes/Python/msrest/msrest/version.py @@ -25,4 +25,4 @@ # -------------------------------------------------------------------------- -msrest_version = "0.0.2" +msrest_version = "0.0.3" diff --git a/ClientRuntimes/Python/msrest/setup.py b/ClientRuntimes/Python/msrest/setup.py index f11bbdf066..8ba31b07df 100644 --- a/ClientRuntimes/Python/msrest/setup.py +++ b/ClientRuntimes/Python/msrest/setup.py @@ -28,7 +28,7 @@ setup( name='msrest', - version='0.0.2', + version='0.0.3', author='Microsoft Corporation', packages=['msrest'], url=("https://github.com/xingwu1/autorest/tree/python/" diff --git a/ClientRuntimes/Python/msrestazure/msrestazure/version.py b/ClientRuntimes/Python/msrestazure/msrestazure/version.py index 0c38a07c83..3cf1741e32 100644 --- a/ClientRuntimes/Python/msrestazure/msrestazure/version.py +++ b/ClientRuntimes/Python/msrestazure/msrestazure/version.py @@ -24,4 +24,4 @@ # # -------------------------------------------------------------------------- -msrestazure_version = "0.0.1" +msrestazure_version = "0.0.2" diff --git a/ClientRuntimes/Python/msrestazure/setup.py b/ClientRuntimes/Python/msrestazure/setup.py index 3468020e96..c1ef8453e5 100644 --- a/ClientRuntimes/Python/msrestazure/setup.py +++ b/ClientRuntimes/Python/msrestazure/setup.py @@ -28,7 +28,7 @@ setup( name='msrestazure', - version='0.0.1', + version='0.0.2', author='Microsoft Corporation', packages=['msrestazure'], url=('https://github.com/xingwu1/autorest/tree/python/' @@ -49,5 +49,5 @@ 'License :: OSI Approved :: MIT License', 'Topic :: Software Development'], install_requires=[ - "msrest>=0.0.2"], + "msrest>=0.0.3"], )