Skip to content

Commit

Permalink
bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinkcx committed Mar 29, 2024
1 parent fcea1c7 commit f44705b
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.11.0"
__version__ = "0.11.1"

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

0 comments on commit f44705b

Please sign in to comment.