🔖 0.5.6

This commit is contained in:
Brian Wiborg 2025-10-27 11:13:02 +01:00
parent 22ca522615
commit d61f12305f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "ohmyapi"
version = "0.5.5"
version = "0.5.6"
description = "Django-flavored scaffolding and management layer around FastAPI, Pydantic, TortoiseORM and Aerich migrations"
license = "MIT"
keywords = ["fastapi", "tortoise", "orm", "pydantic", "async", "web-framework"]

View file

@ -1 +1 @@
__VERSION__ = "0.5.5"
__VERSION__ = "0.5.6"