From ae7c11008aaf240f90fe054cb044b9926f317a55 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 20 Nov 2019 14:52:53 -0500 Subject: [PATCH] Bump the version to 0.20.0 --- asyncpg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncpg/__init__.py b/asyncpg/__init__.py index 509db73f..ee66f932 100644 --- a/asyncpg/__init__.py +++ b/asyncpg/__init__.py @@ -31,4 +31,4 @@ # snapshots will automatically include the git revision # in __version__, for example: '0.16.0.dev0+ge06ad03' -__version__ = '0.20.0.dev0' +__version__ = '0.20.0'