diff --git a/docs/conf.py b/docs/conf.py index 7eec24b78..ba001ebb9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ project = "NeMo Gym" copyright = "2025, NVIDIA Corporation" author = "NVIDIA Corporation" -release = "0.2.0" +release = "0.2.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/project.json b/docs/project.json index 4f01aa90d..25fe03e70 100644 --- a/docs/project.json +++ b/docs/project.json @@ -1,4 +1,4 @@ { "name": "nemo-gym", - "version": "0.2.0" + "version": "0.2.1" } \ No newline at end of file diff --git a/docs/versions1.json b/docs/versions1.json index 1bf8133cf..11272c82e 100644 --- a/docs/versions1.json +++ b/docs/versions1.json @@ -4,6 +4,10 @@ "version": "latest", "url": "../latest" }, + { + "version": "0.2.0", + "url": "../0.2.0" + }, { "version": "0.1.1", "url": "../0.1.1"