Skip to content

Commit

Permalink
bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinkcx committed Feb 25, 2024
1 parent c08c3f7 commit 8bb530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from fastapi_events.handlers.base import BaseEventHandler

__version__ = "0.10.2"
__version__ = "0.11.0"

# handlers keeps track of all handlers registered via EventHandlerASGIMiddleware
handler_store: Dict[int, Iterable[BaseEventHandler]] = defaultdict(list)
Expand Down

0 comments on commit 8bb530f

Please sign in to comment.