We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12647e1 commit 0993dd8Copy full SHA for 0993dd8
docs/conf.py
@@ -27,7 +27,7 @@
27
project = "Megatron Bridge"
28
copyright = "2025, NVIDIA Corporation"
29
author = "NVIDIA Corporation"
30
-release = "0.0.1"
+release = "0.1.0"
31
32
# -- General configuration ---------------------------------------------------
33
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
docs/project.json
@@ -1 +1,4 @@
1
-{"name": "megatron-bridge", "version": "0.0.1"}
+{
2
+ "name": "megatron-bridge",
3
+ "version": "0.1.0"
4
+}
docs/versions1.json
@@ -1,7 +1,7 @@
[
{
"preferred": true,
- "version": "0.0.1",
5
- "url": "../0.0.1"
+ "version": "0.1.0",
+ "url": "../0.1.0"
6
}
7
-]
+]
0 commit comments