Skip to content

Commit 34683f0

Browse files
pragnagopaelprans
authored andcommitted
Update version 1.0.0a4 (#186)
1 parent 0153bdb commit 34683f0

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

174174
setup(
175175
name='azure-functions-worker',
176-
version='1.0.0a3',
176+
version='1.0.0a4',
177177
description='Python Language Worker for Azure Functions Host',
178178
classifiers=[
179179
'License :: OSI Approved :: MIT License',
@@ -196,7 +196,7 @@ def run(self):
196196
install_requires=[
197197
'grpcio~=1.14.0',
198198
'grpcio-tools~=1.14.0',
199-
'azure-functions==1.0.0a3',
199+
'azure-functions==1.0.0a4',
200200
],
201201
extras_require={
202202
'dev': [

0 commit comments

Comments
 (0)