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