From 8eb34bb41006e876c0c05d110037881e958198f4 Mon Sep 17 00:00:00 2001 From: Gorshkov Nikolay Date: Thu, 25 Jul 2024 17:13:28 +0500 Subject: [PATCH] update package verion --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcb6278..373c064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peewee-async" -version = "0.10.1-beta" +version = "0.12.0" description = "Asynchronous interface for peewee ORM powered by asyncio." authors = ["Alexey Kinev ", "Gorshkov Nikolay(contributor) "] readme = "README.md"