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 "]