From 93cac10d0c33fe4551f0acdcb4afb4aeafb5f32a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 9 Aug 2024 23:38:16 +0000 Subject: [PATCH] 2024.08.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c488026..47a2fd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "edgedb-pydantic-codegen" -version = "2024.08.1-dev" +version = "2024.08.1" description = "Alternative Python EdgeDB code generator (Pydantic V2 + asyncio, FastAPI compatible)" authors = ["NextFire "] license = "MIT"