From 7472207d6579f1595ea3480fadb6f80012bd3bb8 Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 23 Jan 2024 13:54:10 -0500 Subject: [PATCH] [FEAT] --- company_example.py => playground/structs/company_example.py | 0 pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename company_example.py => playground/structs/company_example.py (100%) 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 "]