Skip to content

Commit c908e47

Browse files
committed
Bumping up the version to 1.1.1 with AzFuncPyLib-1-2.1
Testing the new python functions library (1.2.1)
1 parent fa9e9f5 commit c908e47

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

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

0 commit comments

Comments
 (0)