Skip to content

Commit

Permalink
Merge pull request #19 from graingert/graingert-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Dec 14, 2024
2 parents 2172663 + 5b93d25 commit 0951b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskgroup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
"""

__version__ = "0.1.0"
__version__ = "0.1.1"

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

Expand Down

0 comments on commit 0951b2e

Please sign in to comment.