diff --git a/pyproject.toml b/pyproject.toml index b8d3ab4..a12b2a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "0.7.1" +version = "0.8.0" description = "Reusable tools for FastAPI: async CRUD, fixtures, CLI, and standardized responses for SQLAlchemy + PostgreSQL" readme = "README.md" license = "MIT" diff --git a/src/fastapi_toolsets/__init__.py b/src/fastapi_toolsets/__init__.py index fda4032..5b501a1 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__ = "0.7.1" +__version__ = "0.8.0" diff --git a/uv.lock b/uv.lock index fc4d60d..8fcb38a 100644 --- a/uv.lock +++ b/uv.lock @@ -229,7 +229,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "0.7.1" +version = "0.8.0" source = { editable = "." } dependencies = [ { name = "asyncpg" },