From 4214204ef769c5d6779267152717fad4a3ca3fb3 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Sat, 27 Sep 2025 05:02:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20to=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a8ceae..033d64f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,9 @@ [project] name = "ohmyapi" -version = "0.1.0" +version = "0.1.1" description = "A Django-like but async web-framework based on FastAPI and TortoiseORM." +license = "MIT" +keywords = ["fastapi", "tortoise", "orm", "async", "web-framework"] authors = [ {name = "Brian Wiborg", email = "me@brianwib.org"} ]