From d8023fba1e1ad888553ee87ef3cb46861d72032d Mon Sep 17 00:00:00 2001 From: Peter Volf Date: Mon, 7 Aug 2023 22:10:11 +0200 Subject: [PATCH] bumped patch version (although there's a breaking change) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f57aac..b29bb2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Documentation = "https://volfpeter.github.io/motorhead" [tool.poetry] name = "motorhead" -version = "0.2308.3" +version = "0.2308.4" description = "Async MongoDB with vanilla Pydantic v2+ - made easy." authors = ["Peter Volf "] readme = "README.md"