From c896e5085852ec63325bd97716fb4c40d978115f Mon Sep 17 00:00:00 2001 From: Fantix King Date: Tue, 13 Jul 2021 11:25:35 -0400 Subject: [PATCH] Bump version to 0.15.3 --- uvloop/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvloop/_version.py b/uvloop/_version.py index 4aadd068..aab08584 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.15.2' +__version__ = '0.15.3'