Update version to 0.4.0.dev3 (#4043)

This commit is contained in:
Eric Zhu
2024-11-01 16:08:09 -07:00
committed by GitHub
parent 4fec22ddc5
commit 4e5f3ababe
10 changed files with 34 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-ext"
version = "0.4.0.dev2"
version = "0.4.0.dev3"
license = {file = "LICENSE-CODE"}
description = "AutoGen extensions library"
readme = "README.md"
@@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core==0.4.0.dev2",
"autogen-core==0.4.0.dev3",
]