Skip to content

Commit ac94476

Browse files
authored
Updating version to 1.2.1 (#59)
1 parent 1420418 commit ac94476

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

azure/functions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
'WsgiMiddleware'
4747
)
4848

49-
__version__ = '1.2.0'
49+
__version__ = '1.2.1'

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
name='azure-functions',
77
version=__version__,
88
description='Azure Functions for Python',
9+
long_description='Python support for Azure Functions is based on '
10+
'Python3.[6|7|8], serverless hosting on Linux and the '
11+
'Functions 2.0 and 3.0 runtime. This module provides the '
12+
'rich binding definitions for Azure Functions for Python '
13+
'apps.',
914
author='Microsoft Corporation',
1015
author_email='[email protected]',
1116
classifiers=[

0 commit comments

Comments
 (0)