From ee236f34b16b185ad1f31e565e1bb0e1742630a1 Mon Sep 17 00:00:00 2001 From: Jenny Chen Date: Tue, 12 Aug 2025 15:45:19 +0000 Subject: [PATCH] test Signed-off-by: Jenny Chen --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e81acadb7..84f6c4a31 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ # Package configuration ############################################################################ name = "nvidia-modelopt" +# Hello # TODO: Set version to static stable release version when creating the release branch # version = os.environ.get("SETUPTOOLS_SCM_PRETEND_VERSION", "X.Y.Z") version = get_version(root=".", fallback_version="0.0.0")