Skip to content

Commit 68c3034

Browse files
authored
Merge pull request #15 from graingert/bump-version
bump version
2 parents 130b58d + 449f4ae commit 68c3034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskgroup/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
33
"""
44

5-
__version__ = "0.0.0a5"
5+
__version__ = "0.0.0a6"
66

77
__all__ = ["run", "Runner", "TaskGroup", "Timeout", "timeout", "timeout_at"]
88

0 commit comments

Comments
 (0)