diff --git a/azure/storage/constants.py b/azure/storage/constants.py index 094fce49..6353d367 100644 --- a/azure/storage/constants.py +++ b/azure/storage/constants.py @@ -13,7 +13,7 @@ # limitations under the License. #-------------------------------------------------------------------------- __author__ = 'Microsoft Corp. ' -__version__ = '0.20.1' +__version__ = '0.20.2' # x-ms-version for storage service. X_MS_VERSION = '2014-02-14' diff --git a/doc/conf.py b/doc/conf.py index a9a93f8e..eb0e4cf3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.20.1' +version = '0.20.2' # The full version, including alpha/beta/rc tags. -release = '0.20.1' +release = '0.20.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 73648d88..793845bb 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='azure-storage', - version='0.20.1', + version='0.20.2', description='Microsoft Azure Storage Client Library for Python', long_description=open('README.rst', 'r').read(), license='Apache License 2.0',