File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 16
16
from setuptools .command import develop
17
17
18
18
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
20
21
WEBHOST_URL = (
21
- 'https://github.com/Azure/azure-functions-host/releases/download/ '
22
+ 'https://github.com/Azure/azure-functions-host/releases/download'
22
23
'/v2.0.14361/Functions.Binaries.2.0.14361.no-runtime.zip'
23
24
)
24
25
@@ -258,7 +259,7 @@ def run(self):
258
259
259
260
setup (
260
261
name = 'azure-functions-worker' ,
261
- version = '1.1.5 ' ,
262
+ version = '1.1.6 ' ,
262
263
description = 'Python Language Worker for Azure Functions Host' ,
263
264
long_description = long_description ,
264
265
long_description_content_type = 'text/markdown' ,
@@ -286,7 +287,7 @@ def run(self):
286
287
],
287
288
extras_require = {
288
289
'dev' : [
289
- 'azure-functions==1.3.1 ' ,
290
+ 'azure-functions==1.4.0 ' ,
290
291
'azure-eventhub~=5.1.0' ,
291
292
'python-dateutil~=2.8.1' ,
292
293
'flake8~=3.7.9' ,
You can’t perform that action at this time.
0 commit comments