Skip to content

Commit e2fb22c

Browse files
committed
Bump version
1 parent 5c5569a commit e2fb22c

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.0"
26+
__version__ = "0.1.1"
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.0"
7+
version = "0.1.1"
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)