diff --git a/pyproject.toml b/pyproject.toml index 09ff826..502bb5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-toolsets" -version = "0.2.0" +version = "0.3.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 1c64b16..314af42 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.2.0" +__version__ = "0.3.0" diff --git a/uv.lock b/uv.lock index fc9c79d..62d39fb 100644 --- a/uv.lock +++ b/uv.lock @@ -220,7 +220,7 @@ wheels = [ [[package]] name = "fastapi-toolsets" -version = "0.2.0" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "asyncpg" },