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")