From 108545e7c7f3abc78165bd3123114dd5fd8a1e48 Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 6 Oct 2023 01:15:01 -0400 Subject: [PATCH] clean up Former-commit-id: 06a647e173be0865bcc673d35f2924f2a1690022 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c8300ec..5ae59001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "1.7.4" +version = "1.7.5" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]