diff --git a/packages/nemo-evaluator/src/nemo_evaluator/package_info.py b/packages/nemo-evaluator/src/nemo_evaluator/package_info.py index 5c074db33..8a5c2118d 100644 --- a/packages/nemo-evaluator/src/nemo_evaluator/package_info.py +++ b/packages/nemo-evaluator/src/nemo_evaluator/package_info.py @@ -16,7 +16,7 @@ # Below is the _next_ version that will be published, not the currently published one. MAJOR = 0 MINOR = 2 -PATCH = 6 +PATCH = 7 PRE_RELEASE = "" # Use the following formatting: (major, minor, patch, pre-release)