Update package versions

This commit is contained in:
Jack Gerrits
2024-09-30 19:43:05 -04:00
parent 6cfa29b018
commit af2b5faeef
10 changed files with 196 additions and 204 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-ext"
version = "0.3.0dev0"
version = "0.4.0dev0"
description = "AutoGen extensions library"
readme = "README.md"
requires-python = ">=3.10"
@@ -14,7 +14,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"autogen-core",
"autogen-core==0.4.0dev0",
]