Skip to content

Commit

Permalink
bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinkcx committed Jan 11, 2024
1 parent 9d7ab29 commit ecef554
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.0"
__version__ = "0.10.1"

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

0 comments on commit ecef554

Please sign in to comment.