chore: bump version to 0.3.1

This commit is contained in:
2026-03-19 21:37:46 +00:00
parent f65bb25bc4
commit da9f0569b3
6 changed files with 21 additions and 5 deletions

View File

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