diff --git a/setup.py b/setup.py index 9993a7214..6a2fef546 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '1.2.2', + version = '1.2.4', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',