From 1c280b1fe02b26f6301bae726f320e6690b1559f Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 1 Dec 2023 14:36:22 -0800 Subject: [PATCH] 2.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ed9a0948..b9b10e4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "2.4.9" +version = "2.5.0" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]