diff --git a/setup.py b/setup.py index b280ce241..e0ac3fc36 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '1.2.6', + version = '1.2.7', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',