diff --git a/omni_ui.py b/apps/omni_ui.py similarity index 100% rename from omni_ui.py rename to apps/omni_ui.py diff --git a/groupchat.py b/playground/swarms/groupchat.py similarity index 100% rename from groupchat.py rename to playground/swarms/groupchat.py diff --git a/pyproject.toml b/pyproject.toml index f615fa66..fa63e598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "1.7.7" +version = "1.7.8" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]