From f49151ba4f77cbe1df1f868b7bcfbc850585453a Mon Sep 17 00:00:00 2001 From: abondar Date: Fri, 19 Jul 2024 12:06:27 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 814f17dcf..127f9657e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tortoise-orm" -version = "0.21.4" +version = "0.21.5" description = "Easy async ORM for python, built with relations in mind" authors = ["Andrey Bondar ", "Nickolas Grigoriadis ", "long2ice "] license = "Apache-2.0"