diff --git a/example.py b/example.py index f9921a6b..c27e7293 100644 --- a/example.py +++ b/example.py @@ -1,4 +1,3 @@ - from swarms import Worker diff --git a/pyproject.toml b/pyproject.toml index a799908e..c48cc128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "1.5.0" +version = "1.5.1" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]