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 1616from 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
2021WEBHOST_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
259260setup (
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' ,
You can’t perform that action at this time.
0 commit comments