diff --git a/asyncpg/_version.py b/asyncpg/_version.py index eab825c7..2f106a98 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.24.0.dev0' +__version__ = '0.24.0'