diff --git a/pyproject.toml b/pyproject.toml index 1e5210f..56e50d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "3.0.2" +version = "3.0.3" description = "Production-ready utilities for FastAPI applications" readme = "README.md" license = "MIT" diff --git a/src/fastapi_toolsets/__init__.py b/src/fastapi_toolsets/__init__.py index 776856a..8c3f7eb 100644 --- a/src/fastapi_toolsets/__init__.py +++ b/src/fastapi_toolsets/__init__.py @@ -21,4 +21,4 @@ Example usage: return Response(data={"user": user.username}, message="Success") """ -__version__ = "3.0.2" +__version__ = "3.0.3" diff --git a/uv.lock b/uv.lock index 0bbe292..f7ab4f1 100644 --- a/uv.lock +++ b/uv.lock @@ -251,7 +251,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "3.0.2" +version = "3.0.3" source = { editable = "." } dependencies = [ { name = "asyncpg" },