diff --git a/pyproject.toml b/pyproject.toml index 539bfac..357b889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "2.2.0" +version = "2.2.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 a6150fc..673899e 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.2.0" +__version__ = "2.2.1" diff --git a/uv.lock b/uv.lock index 94a917e..c311f0f 100644 --- a/uv.lock +++ b/uv.lock @@ -251,7 +251,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "2.2.0" +version = "2.2.1" source = { editable = "." } dependencies = [ { name = "asyncpg" },