Skip to content

Commit 0fccf5a

Browse files
author
Hanzhang Zeng (Roger)
committed
Python worker version 1.1.0
1 parent 97b5d89 commit 0fccf5a

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

255255
setup(
256256
name='azure-functions-worker',
257-
version='1.0.4',
257+
version='1.1.0',
258258
description='Python Language Worker for Azure Functions Host',
259259
classifiers=[
260260
'License :: OSI Approved :: MIT License',
@@ -279,7 +279,7 @@ def run(self):
279279
],
280280
extras_require={
281281
'dev': [
282-
'azure-functions==1.2.0b1',
282+
'azure-functions==1.2.0',
283283
'flake8~=3.7.9',
284284
'mypy',
285285
'pytest',

0 commit comments

Comments
 (0)