Skip to content

Commit

Permalink
Merge pull request #16 from graingert/bump-version-0-1-0
Browse files Browse the repository at this point in the history
bump version to 0.1.0
  • Loading branch information
graingert authored Dec 14, 2024
2 parents 68c3034 + 7c1931f commit 8937bda
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.0.0a6"
__version__ = "0.1.0"

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

Expand Down

0 comments on commit 8937bda

Please sign in to comment.