Skip to content

Commit 0993dd8

Browse files
authored
docs: Revert 0.2.0 push (#865) (#866)
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 12647e1 commit 0993dd8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = "Megatron Bridge"
2828
copyright = "2025, NVIDIA Corporation"
2929
author = "NVIDIA Corporation"
30-
release = "0.0.1"
30+
release = "0.1.0"
3131

3232
# -- General configuration ---------------------------------------------------
3333
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{"name": "megatron-bridge", "version": "0.0.1"}
1+
{
2+
"name": "megatron-bridge",
3+
"version": "0.1.0"
4+
}

docs/versions1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"preferred": true,
4-
"version": "0.0.1",
5-
"url": "../0.0.1"
4+
"version": "0.1.0",
5+
"url": "../0.1.0"
66
}
7-
]
7+
]

0 commit comments

Comments
 (0)