chore: bump version to 0.3.2

This commit is contained in:
2026-03-19 22:00:35 +00:00
parent 874ce445b6
commit 79cb209da3
6 changed files with 19 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ from fastapi_traffic.exceptions import (
RateLimitExceeded,
)
__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = [
"Algorithm",
"Backend",