Skip to content

Commit

Permalink
bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinkcx committed Feb 20, 2024
1 parent 8cd8f69 commit bb3b55f
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.1"
__version__ = "0.10.2"

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

0 comments on commit bb3b55f

Please sign in to comment.