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