From 7c782401dfc0adf3a5c02bb5dfda509f0e406264 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Thu, 16 Feb 2023 16:19:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20meta:=20version=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17a30b9..9ae526a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "babichjacob-oneshot-channel" -version = "0.1.1" +version = "0.2.0" description = "A Python implementation of tokio::sync::oneshot::channel" license = "MIT" authors = ["J or Jacob Babich "]