Skip to content

Commit 9d7352e

Browse files
committed
Bump version to v0.1.2
1 parent a80b804 commit 9d7352e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fastapi_msgspec_openapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def get_user() -> User:
2323
from fastapi_msgspec_openapi.scanner import extract_struct, is_struct, scan_routes
2424
from fastapi_msgspec_openapi.schema import generate_struct_schemas
2525

26-
__version__ = "0.1.1"
26+
__version__ = "0.1.2"
2727

2828
__all__ = [
2929
"MsgSpecPlugin",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fastapi-msgspec-openapi"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "FastAPI plugin for automatic OpenAPI schema generation from msgspec structs"
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)