update versions to 0.4.8 (#5689)

This commit is contained in:
Eric Zhu
2025-02-24 16:46:37 -07:00
committed by GitHub
parent 78adf32f7d
commit 6bc896f6e2
4 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-agentchat"
version = "0.4.7"
version = "0.4.8"
license = {file = "LICENSE-CODE"}
description = "AutoGen agents and teams library"
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core==0.4.7",
"autogen-core==0.4.8",
]
[tool.ruff]