From 511aeb2368f6a6e03b2bd5f58127d98e91c3eb54 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Thu, 6 Jul 2023 19:29:37 -0700 Subject: [PATCH] Post-release version bump --- asyncpg/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncpg/_version.py b/asyncpg/_version.py index 32a68a56..ddc3a79a 100644 --- a/asyncpg/_version.py +++ b/asyncpg/_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.28.0' +__version__ = '0.29.0.dev0'