From fa72775435e6643cba0a3f26c2ec44ad3cda6633 Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 21 Jul 2023 17:23:37 -0400 Subject: [PATCH] clean up Former-commit-id: 7f2583e7a927be8428aa83a6acd3c55fc9cb3530 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index adfbfe2c9..bd00380a8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.8.4', + version = '0.8.5', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',