Skip to content

Commit 149d9b7

Browse files
author
Super User
committed
chore: bump version to 0.1.6
1 parent f182bda commit 149d9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-shield"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "A comprehensive FastAPI decorator library providing request validation, authentication, rate limiting, and security shields for API endpoints"
55
readme = "README.md"
66
license = { text = "MIT" }

src/fastapi_shield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ def protected_endpoint():
3232

3333
from fastapi_shield.shield import Shield, ShieldedDepends, shield
3434

35-
__version__ = "0.1.5"
35+
__version__ = "0.1.6"
3636

3737
__all__ = ["Shield", "ShieldedDepends", "shield"]

0 commit comments

Comments
 (0)