Skip to content

Commit 80b5f4e

Browse files
authored
Update version to 1.1.3 and azure-functions to 1.3.0 (#716)
1 parent 755441b commit 80b5f4e

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

258258
setup(
259259
name='azure-functions-worker',
260-
version='1.1.1',
260+
version='1.1.3',
261261
description='Python Language Worker for Azure Functions Host',
262262
long_description=long_description,
263263
long_description_content_type='text/markdown',
@@ -285,7 +285,7 @@ def run(self):
285285
],
286286
extras_require={
287287
'dev': [
288-
'azure-functions==1.2.1',
288+
'azure-functions==1.3.0',
289289
'flake8~=3.7.9',
290290
'mypy',
291291
'pytest',

0 commit comments

Comments
 (0)