Correct version numbers based on PEP440 (#1040)

This commit is contained in:
Evan Mattson
2025-10-01 11:23:09 +09:00
committed by GitHub
Unverified
parent d3219b5e93
commit 1ec98130d2
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description = "Debug UI for Microsoft Agent Framework with OpenAI-compatible API
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "1.0.0-b251001"
version = "1.0.0b251001"
license-files = ["LICENSE"]
urls.homepage = "https://learn.microsoft.com/en-us/semantic-kernel/overview/"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"