From 258c988f90b42eb0a56beac002ae4dfcd66fb3d4 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Sat, 2 May 2020 23:07:52 +0400 Subject: [PATCH] Release 0.5.0 --- src/unasync/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unasync/_version.py b/src/unasync/_version.py index 9ec4a7e..f637025 100644 --- a/src/unasync/_version.py +++ b/src/unasync/_version.py @@ -1,3 +1,3 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "0.4.0+dev" +__version__ = "0.5.0"