We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755441b commit 80b5f4eCopy full SHA for 80b5f4e
setup.py
@@ -257,7 +257,7 @@ def run(self):
257
258
setup(
259
name='azure-functions-worker',
260
- version='1.1.1',
+ version='1.1.3',
261
description='Python Language Worker for Azure Functions Host',
262
long_description=long_description,
263
long_description_content_type='text/markdown',
@@ -285,7 +285,7 @@ def run(self):
285
],
286
extras_require={
287
'dev': [
288
- 'azure-functions==1.2.1',
+ 'azure-functions==1.3.0',
289
'flake8~=3.7.9',
290
'mypy',
291
'pytest',
0 commit comments