We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f48abd commit 98ba99dCopy full SHA for 98ba99d
1 file changed
extraasync/__init__.py
@@ -3,7 +3,7 @@
3
from .sync_async_bridge import sync_to_async, async_to_sync
4
from .async_hooks import at_loop_stop_callback, remove_loop_stop_callback
5
6
-__version__ = "0.3.0"
+__version__ = "0.3.1"
7
8
9
__all__ = [
0 commit comments