From 9bc76db991ec1d8bcf7e8ea26bd08b6c15ae655b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 May 2026 22:33:28 +0000 Subject: [PATCH] =?UTF-8?q?beep=20boop=20=F0=9F=A4=96:=20Bumping=20NeMo=20?= =?UTF-8?q?Run=20to=20v0.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions[bot] --- nemo_run/package_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemo_run/package_info.py b/nemo_run/package_info.py index e7fd8d46..526259ac 100644 --- a/nemo_run/package_info.py +++ b/nemo_run/package_info.py @@ -14,7 +14,7 @@ MAJOR = 0 MINOR = 10 -PATCH = 0 +PATCH = 1 PRE_RELEASE = "" # Use the following formatting: (major, minor, patch, pre-release)