Skip to content

Commit 8937bda

Browse files
authored
Merge pull request #16 from graingert/bump-version-0-1-0
bump version to 0.1.0
2 parents 68c3034 + 7c1931f commit 8937bda

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.0a6"
5+
__version__ = "0.1.0"
66

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

0 commit comments

Comments
 (0)