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 97b5d89 commit 0fccf5aCopy full SHA for 0fccf5a
setup.py
@@ -254,7 +254,7 @@ def run(self):
254
255
setup(
256
name='azure-functions-worker',
257
- version='1.0.4',
+ version='1.1.0',
258
description='Python Language Worker for Azure Functions Host',
259
classifiers=[
260
'License :: OSI Approved :: MIT License',
@@ -279,7 +279,7 @@ def run(self):
279
],
280
extras_require={
281
'dev': [
282
- 'azure-functions==1.2.0b1',
+ 'azure-functions==1.2.0',
283
'flake8~=3.7.9',
284
'mypy',
285
'pytest',
0 commit comments