Skip to content

Commit 3869532

Browse files
authored
Python worker version 1.0.3 (#614)
1 parent 7c52e93 commit 3869532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def run(self):
240240

241241
setup(
242242
name='azure-functions-worker',
243-
version='1.0.2',
243+
version='1.0.3',
244244
description='Python Language Worker for Azure Functions Host',
245245
classifiers=[
246246
'License :: OSI Approved :: MIT License',
@@ -264,7 +264,7 @@ def run(self):
264264
],
265265
extras_require={
266266
'dev': [
267-
'azure-functions==1.0.7',
267+
'azure-functions==1.0.8',
268268
'flake8~=3.7.9',
269269
'mypy',
270270
'pytest',

0 commit comments

Comments
 (0)