From 118bcb8ff539e49caf0ffa749437a479aad26e00 Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Thu, 12 Sep 2024 00:05:33 +0200 Subject: [PATCH] bump maestro version from `0.2.0rc1` to `0.2.0rc2` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 293f4e9..34b52ba 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read_requirements(path: Union[str, List[str]]) -> List[str]: setuptools.setup( name="maestro", - version="0.2.0rc1", + version="0.2.0rc2", author="Roboflow", author_email="help@roboflow.com", description="Visual Prompting for Large Multimodal Models (LMMs)",