diff --git a/company_example.py b/playground/structs/company_example.py similarity index 100% rename from company_example.py rename to playground/structs/company_example.py diff --git a/pyproject.toml b/pyproject.toml index 7cb65d39..a6e3e64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "3.7.6" +version = "3.7.7" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]