diff --git a/setup.py b/setup.py index a762d29f..97a3a7f1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '1.1.2', + version = '1.1.3', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',