From db9acc0f27d69568416843e8ab7ea58df21292b3 Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 24 Aug 2023 13:43:14 -0400 Subject: [PATCH] clean up verison --- example.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 "]