Skip to content

Commit f44705b

Browse files
committed
bump version to 0.11.1
1 parent fcea1c7 commit f44705b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_events/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from fastapi_events.handlers.base import BaseEventHandler
66

7-
__version__ = "0.11.0"
7+
__version__ = "0.11.1"
88

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

0 commit comments

Comments
 (0)