Skip to content

Commit 904d8bb

Browse files
committed
official name & first version
1 parent d902734 commit 904d8bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure_functions_worker_v2/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = '1.0.0a41'
4+
VERSION = '1.0.0a1'

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "test-worker"
2+
name = "azure-functions-runtime"
33
dynamic = ["version"]
4-
requires-python = ">=3.11"
4+
requires-python = ">=3.13"
55
description = "Python Language Worker for Azure Functions Runtime"
66
authors = [
77
{ name = "Azure Functions team at Microsoft Corp.", email = "[email protected]" }

0 commit comments

Comments
 (0)