From 8280db10866051690626cbf5ba7ba1909e7d01f8 Mon Sep 17 00:00:00 2001 From: SpaceShaman Date: Thu, 12 Sep 2024 16:40:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20(pyproject.toml):=20bump?= =?UTF-8?q?=20version=20from=200.13.0=20to=200.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8822049..fb76247 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ORMagic" -version = "0.13.0" +version = "0.13.1" description = "Simple ORM based on Pydantic and SQLite with minimalistic API" license = "MIT" authors = ["SpaceShaman "]