diff --git a/pyproject.toml b/pyproject.toml index 5b7d857..a09e28c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ohmyapi" -version = "0.1.4" +version = "0.1.5" description = "A Django-like but async web-framework based on FastAPI and TortoiseORM." license = "MIT" keywords = ["fastapi", "tortoise", "orm", "async", "web-framework"]