From 7191fede5f909543d5be1669150ffd2c05474eba Mon Sep 17 00:00:00 2001 From: bryanforbes Date: Fri, 29 Jul 2022 16:00:52 +0000 Subject: [PATCH] Release 0.26.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b467190..cbe4522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asyncpg-stubs" -version = "0.26.2-alpha.0" +version = "0.26.2" description = "asyncpg stubs" homepage = "https://github.com/bryanforbes/asyncpg-stubs" authors = ["Bryan Forbes "]