diff --git a/pyproject.toml b/pyproject.toml index 12a0c55..5db43da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asyncpg-stubs" -version = "0.26.0-alpha.0" +version = "0.26.0" description = "asyncpg stubs" homepage = "https://github.com/bryanforbes/asyncpg-stubs" authors = ["Bryan Forbes "]