diff --git a/.env.example b/.env.example index 23f4d87b..d1efe4e8 100644 --- a/.env.example +++ b/.env.example @@ -6,7 +6,8 @@ COHERE_API_KEY="your_api_key_here" ALEPHALPHA_API_KEY="your_api_key_here" HUGGINFACEHUB_API_KEY="your_api_key_here" STABILITY_API_KEY="your_api_key_here" - +POSTHOG_API_KEY="" +POSTHOG_HOST="" WOLFRAM_ALPHA_APPID="your_wolfram_alpha_appid_here" ZAPIER_NLA_API_KEY="your_zapier_nla_api_key_here" diff --git a/pyproject.toml b/pyproject.toml index 292a440c..76a1e13b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "2.8.4" +version = "2.8.5" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "]