Version 0.10.0

This commit is contained in:
2026-02-17 07:28:10 -05:00
parent d5b22a72fd
commit 3299a439fe
3 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ Example usage:
return Response(data={"user": user.username}, message="Success")
"""
__version__ = "0.9.0"
__version__ = "0.10.0"