diff --git a/pyproject.toml b/pyproject.toml index ea9a346..6896a19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "2.4.0" +version = "2.4.1" 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 b8bbcd5..0529a18 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__ = "2.4.0" +__version__ = "2.4.1" diff --git a/uv.lock b/uv.lock index b4117e6..e812391 100644 --- a/uv.lock +++ b/uv.lock @@ -251,7 +251,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "2.4.0" +version = "2.4.1" source = { editable = "." } dependencies = [ { name = "asyncpg" },