Skip to content

Commit 9eb2444

Browse files
committed
update doc
1 parent 9ad994f commit 9eb2444

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/start/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Installation
99
- Python >= 3.8
1010
- Pytorch >= 1.12
1111

12-
Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows:
12+
Current, the stable version of **DHG** is 0.9.3. You can install it with ``pip`` as follows:
1313

1414
.. code-block:: bash
1515
1616
pip install dhg
1717
18-
You can also try the nightly version (0.9.3) of **DHG** library with ``pip`` as follows:
18+
You can also try the nightly version (0.9.4) of **DHG** library with ``pip`` as follows:
1919

2020
.. code-block:: bash
2121

docs/source/zh/start/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
- Pytorch >= 1.12
1212

1313

14-
目前, **DHG** 的最新稳定版本 **0.9.2** 已经发布,可以使用 ``pip`` 指令直接安装:
14+
目前, **DHG** 的最新稳定版本 **0.9.3** 已经发布,可以使用 ``pip`` 指令直接安装:
1515

1616
.. code-block:: bash
1717
1818
pip install dhg
1919
20-
如果您想尝试最新的日构建版本(nightly version) **0.9.3** ,可以使用以下指令安装:
20+
如果您想尝试最新的日构建版本(nightly version) **0.9.4** ,可以使用以下指令安装:
2121

2222
.. code-block:: bash
2323

0 commit comments

Comments
 (0)