Skip to content

Commit 72e7c3e

Browse files
committed
Bumping up the version to 1.1.6
1 parent 36ac252 commit 72e7c3e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
from setuptools.command import develop
1717

1818

19-
# TODO: change this to something more stable when available.
19+
# TODO: Change this to something more stable when available.
20+
# TODO: Change this to use 3.x
2021
WEBHOST_URL = (
21-
'https://github.com/Azure/azure-functions-host/releases/download/'
22+
'https://github.com/Azure/azure-functions-host/releases/download'
2223
'/v2.0.14361/Functions.Binaries.2.0.14361.no-runtime.zip'
2324
)
2425

@@ -258,7 +259,7 @@ def run(self):
258259

259260
setup(
260261
name='azure-functions-worker',
261-
version='1.1.5',
262+
version='1.1.6',
262263
description='Python Language Worker for Azure Functions Host',
263264
long_description=long_description,
264265
long_description_content_type='text/markdown',
@@ -286,7 +287,7 @@ def run(self):
286287
],
287288
extras_require={
288289
'dev': [
289-
'azure-functions==1.3.1',
290+
'azure-functions==1.4.0',
290291
'azure-eventhub~=5.1.0',
291292
'python-dateutil~=2.8.1',
292293
'flake8~=3.7.9',

0 commit comments

Comments
 (0)