From 14dae0dc5c03edfaa288c6aca47954bc61b2f48f Mon Sep 17 00:00:00 2001 From: qexat Date: Tue, 23 Apr 2024 22:49:29 +0200 Subject: [PATCH] 2.4.0 (#55) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4500b1c..fcc6b3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "magic-list" description = "Magic List is a module that extends the built-in list type." -version = "2.3.0" +version = "2.4.0" keywords = ["collections", "list", "built-in", "extension"] authors = [{ name = "Qexat", email = "contact@qexat.com" }]