From 7a604303bc00b06bbac4714b0ad51bea4a7a554d Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 3 Jul 2023 23:15:47 -0400 Subject: [PATCH] clean up --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0392aac2..fd3aaf9e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ class PostInstallCommand(install): setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.2.6', + version = '0.2.7', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',