From 6f0fb1e3e2df16872c10a75f87954d59ff89289b Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 3 Jul 2023 21:35:12 -0400 Subject: [PATCH] verison setup --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c8fb05e2..9e852e7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ einops gradio imageio imageio-ffmpeg -groundingdino +GroundingDINO invisible-watermark kornia numpy diff --git a/setup.py b/setup.py index 64b4258f..14f6b9df 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.2.0', + version = '0.2.2', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -53,7 +53,7 @@ setup( "torchmetrics", "webdataset", "yapf", - 'groundingdino' + 'GroundingDINO' "wolframalpha", "wikipedia", "httpx",