From 5b93d25598e4dff43a1e84cfc1b320dbe9e231ee Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sat, 14 Dec 2024 22:15:53 +0000 Subject: [PATCH] bump to 0.1.1 --- taskgroup/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskgroup/__init__.py b/taskgroup/__init__.py index f971831..422d0da 100644 --- a/taskgroup/__init__.py +++ b/taskgroup/__init__.py @@ -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"]