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 ca32f02 commit 5ce1d21Copy full SHA for 5ce1d21
setup.py
@@ -202,7 +202,7 @@ def run(self):
202
203
setup(
204
name='azure-functions-worker',
205
- version='1.0.0a6',
+ version='1.0.0b1',
206
description='Python Language Worker for Azure Functions Host',
207
classifiers=[
208
'License :: OSI Approved :: MIT License',
@@ -225,7 +225,7 @@ def run(self):
225
install_requires=[
226
'grpcio~=1.14.0',
227
'grpcio-tools~=1.14.0',
228
- 'azure-functions==1.0.0a5',
+ 'azure-functions==1.0.0b1',
229
],
230
extras_require={
231
'dev': [
0 commit comments