diff --git a/setup.py b/setup.py index 746918a9..4f9b5961 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.2.8', + version = '0.2.9', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez',