From e19122976c3fd6e4cead44471d6f4484c984925f Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 7 Nov 2023 09:23:59 -0500 Subject: [PATCH] verison Former-commit-id: 787e020ba05f099965003474f3d333701523565a --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cb153c4..81b197d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "2.0.2" +version = "2.0.3" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]