From 94db3f74b9985167afd2c731881c36b82d31be3c Mon Sep 17 00:00:00 2001 From: Varad Meru Date: Fri, 1 May 2020 15:51:32 -0700 Subject: [PATCH] Updating version to 1.2.1 --- azure/functions/__init__.py | 2 +- setup.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/azure/functions/__init__.py b/azure/functions/__init__.py index bf374bb0..2b98f8d6 100644 --- a/azure/functions/__init__.py +++ b/azure/functions/__init__.py @@ -46,4 +46,4 @@ 'WsgiMiddleware' ) -__version__ = '1.2.0' +__version__ = '1.2.1' diff --git a/setup.py b/setup.py index 251a2ed6..b336ac30 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,11 @@ name='azure-functions', version=__version__, description='Azure Functions for Python', + long_description='Python support for Azure Functions is based on ' + 'Python3.[6|7|8], serverless hosting on Linux and the ' + 'Functions 2.0 and 3.0 runtime. This module provides the ' + 'rich binding definitions for Azure Functions for Python ' + 'apps.', author='Microsoft Corporation', author_email='azpysdkhelp@microsoft.com', classifiers=[