Skip to content

Commit 0461240

Browse files
committed
chore(release): bump version to 2.2.1
1 parent b611449 commit 0461240

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apiforgepy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from .transport import LocalTransport
2525
from .cloud_transport import CloudTransport
2626

27-
__version__ = "2.2.0"
27+
__version__ = "2.2.1"
2828
__all__ = ["ApiForgeMiddleware"]
2929

3030

pyproject.toml

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

55
[project]
66
name = "apiforgepy"
7-
version = "2.2.0"
7+
version = "2.2.1"
88

99
description = "API observability & intelligence for FastAPI/Starlette — local-first, privacy-first"
1010
readme = "README.md"

0 commit comments

Comments
 (0)