From 79d5dcdb0785d9319b8b04f99e7a733ed56e9b46 Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 2 Sep 2024 17:01:46 -0400 Subject: [PATCH] uvloop 0.21.0beta1 --- uvloop/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvloop/_version.py b/uvloop/_version.py index 3c67960c..8210e8e8 100644 --- a/uvloop/_version.py +++ b/uvloop/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.20.0' +__version__ = '0.21.0beta1'