From f81a566922c71d748c27efa483c13fc856ff8f8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Oct 2024 23:38:45 +0000 Subject: [PATCH] 2024.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6d14c9..5941d46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "edgedb-pydantic-codegen" -version = "2024.09.4-dev" +version = "2024.10.0" description = "Alternative Python EdgeDB code generator (Pydantic V2 + asyncio, FastAPI compatible)" authors = ["NextFire "] license = "MIT"