Bump to 1.0.0rc2 for unique version (#5965)

This commit is contained in:
Evan Mattson
2026-05-20 10:01:44 +09:00
committed by GitHub
Unverified
parent 4609535e22
commit f390595188
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "agent-framework-ag-ui"
version = "1.0.0rc1"
version = "1.0.0rc2"
description = "AG-UI protocol integration for Agent Framework"
readme = "README.md"
license-files = ["LICENSE"]
+1 -1
View File
@@ -179,7 +179,7 @@ requires-dist = [
[[package]]
name = "agent-framework-ag-ui"
version = "1.0.0rc1"
version = "1.0.0rc2"
source = { editable = "packages/ag-ui" }
dependencies = [
{ name = "ag-ui-protocol", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" },