Skip to content

Commit

Permalink
Bumping up the version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vrdmr committed Oct 1, 2020
1 parent 36ac252 commit 72e7c3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Expand Up @@ -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'
)

Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 72e7c3e

Please sign in to comment.