diff --git a/pyproject.toml b/pyproject.toml index 873b692..0538bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "1.2.1" +version = "1.3.0" 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 2b3e199..de39da9 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__ = "1.2.1" +__version__ = "1.3.0" diff --git a/uv.lock b/uv.lock index 85602dc..08127e2 100644 --- a/uv.lock +++ b/uv.lock @@ -251,7 +251,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "1.2.1" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "asyncpg" },