From c2c8d20ba8c0057b0e0bc08bd892abc36862e553 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Sat, 4 Nov 2023 23:00:18 -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 64da11df..67fd67ab 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.29.0' +__version__ = '0.30.0.dev0'