We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed83f74 commit ba43b34Copy full SHA for ba43b34
taskgroup/__init__.py
@@ -2,7 +2,7 @@
2
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
3
"""
4
5
-__version__ = "0.0.0a4"
+__version__ = "0.0.0a5"
6
7
__all__ = ["run", "Runner", "TaskGroup", "Timeout", "timeout", "timeout_at"]
8
0 commit comments