From 615e087b17a34ed4a74858e496b69c9890d784d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Sat, 30 Sep 2023 10:32:16 +0000 Subject: [PATCH] bump version --- CHANGES | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index cbe66dc..18f5fb0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +* Release 0.10.3 +* Various minor fixes to task_interrupt and comments * Release 0.10.2 * Add the experimental task_throw and task_interrupt methods * Release 0.10.1 diff --git a/pyproject.toml b/pyproject.toml index bdd80f2..8cba28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asynkit" -version = "0.10.2" +version = "0.10.3" description = "A toolkit for Python coroutines" authors = ["Kristján Valur Jónsson "] repository = "https://github.com/kristjanvalur/py-asynkit"