diff --git a/pyproject.toml b/pyproject.toml index e8f3b0f..fdf9b9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "4.1.2" +version = "4.1.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 aae2adf..3170c73 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__ = "4.1.2" +__version__ = "4.1.3" diff --git a/uv.lock b/uv.lock index c40a8fa..e416560 100644 --- a/uv.lock +++ b/uv.lock @@ -330,7 +330,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "4.1.2" +version = "4.1.3" source = { editable = "." } dependencies = [ { name = "asyncpg" },