Fixup autogen-ext version (#5030)

* Update autogen-ext version

* lock
This commit is contained in:
Jack Gerrits 2025-01-13 16:31:41 -05:00 committed by GitHub
parent 91ec611338
commit cf8446b37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "autogen-ext"
version = "0.4.0"
version = "0.4.1"
license = {file = "LICENSE-CODE"}
description = "AutoGen extensions library"
readme = "README.md"

View File

@ -477,7 +477,7 @@ dev = [
[[package]]
name = "autogen-ext"
version = "0.4.0"
version = "0.4.1"
source = { editable = "packages/autogen-ext" }
dependencies = [
{ name = "autogen-core" },