From bb354899445ff57c20fd3408b5f885d8f57cf83c Mon Sep 17 00:00:00 2001 From: Fantix King Date: Tue, 9 Feb 2021 21:13:21 -0500 Subject: [PATCH] v0.15.0.dev2 --- uvloop/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvloop/_version.py b/uvloop/_version.py index 07c152a4..990aa158 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.0.dev0' +__version__ = '0.15.0.dev1'