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 69caaae commit 019260aCopy full SHA for 019260a
setup.py
@@ -203,7 +203,7 @@ def run(self):
203
204
setup(
205
name='azure-functions-worker',
206
- version='1.0.0b8',
+ version='1.0.0b9',
207
description='Python Language Worker for Azure Functions Host',
208
classifiers=[
209
'License :: OSI Approved :: MIT License',
@@ -213,7 +213,7 @@ def run(self):
213
'Operating System :: POSIX',
214
'Operating System :: MacOS :: MacOS X',
215
'Environment :: Web Environment',
216
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
217
],
218
license='MIT',
219
packages=['azure.functions_worker',
0 commit comments