Skip to content

Commit 0383226

Browse files
author
AzureFunctionsPython
committed
build: update Python Library Version to 2.2.0b3
1 parent a1180f5 commit 0383226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

azure/functions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@
113113
'mcp_content',
114114
)
115115

116-
__version__ = '2.2.0b2'
116+
__version__ = '2.2.0b3'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
'Intended Audience :: Developers',
1616
'Programming Language :: Python :: 3',
1717
'Programming Language :: Python :: 3.13',
18-
'Programming Language :: Python :: 3.14',
18+
'Programming Language :: Python :: 3.14',
1919
'Operating System :: Microsoft :: Windows',
2020
'Operating System :: POSIX',
2121
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)