Compare commits

...

1 commit
main ... 0.2.7

Author SHA1 Message Date
Brian Wiborg
15e652becd
🔖 0.2.7 2025-10-02 04:54:33 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "ohmyapi"
version = "0.2.5"
version = "0.2.7"
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.2.6"
__VERSION__ = "0.2.7"