From fe21d12ab8cd82c93f26eda679f594d19ee4755b Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Wed, 4 Feb 2026 09:55:17 -0500 Subject: [PATCH] revert setup.py change --- tools/marvin/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 1ceff3dc204..f01863d6989 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -27,7 +27,7 @@ except ImportError: raise RuntimeError("python setuptools is required to build Marvin") -VERSION = "4.20.3.0" +VERSION = "4.20.3.0-SNAPSHOT" setup(name="Marvin", version=VERSION,