From faf1aa94681bd7bbc77a957cdf945edc00cb7c13 Mon Sep 17 00:00:00 2001 From: Peter Volf Date: Wed, 14 Feb 2024 13:26:01 +0100 Subject: [PATCH] bumped patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3d5560..c732e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ tracker = "https://github.com/volfpeter/motorhead/issues" [tool.poetry] name = "motorhead" -version = "0.2402.0" +version = "0.2402.1" description = "Async MongoDB with vanilla Pydantic v2+ - made easy." authors = ["Peter Volf "] readme = "README.md"