Skip to content

Commit 5ce1d21

Browse files
committed
v1.0.0b1
1 parent ca32f02 commit 5ce1d21

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
@@ -202,7 +202,7 @@ def run(self):
202202

203203
setup(
204204
name='azure-functions-worker',
205-
version='1.0.0a6',
205+
version='1.0.0b1',
206206
description='Python Language Worker for Azure Functions Host',
207207
classifiers=[
208208
'License :: OSI Approved :: MIT License',
@@ -225,7 +225,7 @@ def run(self):
225225
install_requires=[
226226
'grpcio~=1.14.0',
227227
'grpcio-tools~=1.14.0',
228-
'azure-functions==1.0.0a5',
228+
'azure-functions==1.0.0b1',
229229
],
230230
extras_require={
231231
'dev': [

0 commit comments

Comments
 (0)