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
@@ -1,7 +1,7 @@
[project]
name = "agent-framework"
description = "Microsoft Agent Framework for building AI Agents with Python. This package contains all the core and optional packages."
version = "1.0.0-b251001"
version = "1.0.0b251001"
requires-python = ">=3.10"
dependencies = [
"agent-framework-core",