From 74f4c96d3fc5281b1820491d2568de771ea7851b Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 16 Oct 2025 15:34:24 -0400 Subject: [PATCH] uvloop 0.22.1 This is identical to 0.22.0, re-ran with CI fixes --- uvloop/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvloop/_version.py b/uvloop/_version.py index c5fffb10..0043c666 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.22.0' +__version__ = '0.22.1'