🔖 0.2.2

This commit is contained in:
Brian Wiborg 2025-10-02 01:03:48 +02:00
parent 91baf968d7
commit edcab4fe3b
No known key found for this signature in database

View file

@ -1,12 +1,13 @@
[project]
name = "ohmyapi"
version = "0.2.1"
version = "0.2.2"
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
license = "MIT"
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]
authors = [
{name = "Brian Wiborg", email = "me@brianwib.org"}
]
repository = "https://code.c-base.org/baccenfutter/ohmyapi"
readme = "README.md"
requires-python = ">=3.11"