Skip to content

Commit 019260a

Browse files
authored
v1.0.0b9 (#483)
1 parent 69caaae commit 019260a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def run(self):
203203

204204
setup(
205205
name='azure-functions-worker',
206-
version='1.0.0b8',
206+
version='1.0.0b9',
207207
description='Python Language Worker for Azure Functions Host',
208208
classifiers=[
209209
'License :: OSI Approved :: MIT License',
@@ -213,7 +213,7 @@ def run(self):
213213
'Operating System :: POSIX',
214214
'Operating System :: MacOS :: MacOS X',
215215
'Environment :: Web Environment',
216-
'Development Status :: 3 - Alpha',
216+
'Development Status :: 4 - Beta',
217217
],
218218
license='MIT',
219219
packages=['azure.functions_worker',

0 commit comments

Comments
 (0)