From 72e7c3ecdf6d2363be52b5ee72bf9ced13eb2cc8 Mon Sep 17 00:00:00 2001 From: "Varad Meru [gmail]" Date: Wed, 30 Sep 2020 15:37:55 -0700 Subject: [PATCH] Bumping up the version to 1.1.6 --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2facaf56f..bd98eb74e 100644 --- a/setup.py +++ b/setup.py @@ -16,9 +16,10 @@ from setuptools.command import develop -# TODO: change this to something more stable when available. +# TODO: Change this to something more stable when available. +# TODO: Change this to use 3.x WEBHOST_URL = ( - 'https://github.com/Azure/azure-functions-host/releases/download/' + 'https://github.com/Azure/azure-functions-host/releases/download' '/v2.0.14361/Functions.Binaries.2.0.14361.no-runtime.zip' ) @@ -258,7 +259,7 @@ def run(self): setup( name='azure-functions-worker', - version='1.1.5', + version='1.1.6', description='Python Language Worker for Azure Functions Host', long_description=long_description, long_description_content_type='text/markdown', @@ -286,7 +287,7 @@ def run(self): ], extras_require={ 'dev': [ - 'azure-functions==1.3.1', + 'azure-functions==1.4.0', 'azure-eventhub~=5.1.0', 'python-dateutil~=2.8.1', 'flake8~=3.7.9',