From 4fffeda0bafffb0935e347aad6920b278ede5cae Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 29 Sep 2025 14:35:33 +0200 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=96=200.1.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44ee38a..8bc02a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ohmyapi" -version = "0.1.23" +version = "0.1.24" description = "A Django-like but async web-framework based on FastAPI and TortoiseORM." license = "MIT" keywords = ["fastapi", "tortoise", "orm", "async", "web-framework"]