From 9eb24445ffaaf9f75d83ae98ff7d92cd9814487c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yifan=20Feng=28=E4=B8=B0=E4=B8=80=E5=B8=86=29?= Date: Wed, 28 Dec 2022 10:49:57 +0800 Subject: [PATCH] update doc --- docs/source/start/install.rst | 4 ++-- docs/source/zh/start/install.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/start/install.rst b/docs/source/start/install.rst index 3c1b70e..e313bc5 100644 --- a/docs/source/start/install.rst +++ b/docs/source/start/install.rst @@ -9,13 +9,13 @@ Installation - Python >= 3.8 - Pytorch >= 1.12 -Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows: +Current, the stable version of **DHG** is 0.9.3. You can install it with ``pip`` as follows: .. code-block:: bash pip install dhg -You can also try the nightly version (0.9.3) of **DHG** library with ``pip`` as follows: +You can also try the nightly version (0.9.4) of **DHG** library with ``pip`` as follows: .. code-block:: bash diff --git a/docs/source/zh/start/install.rst b/docs/source/zh/start/install.rst index 4e88c21..c4d6765 100644 --- a/docs/source/zh/start/install.rst +++ b/docs/source/zh/start/install.rst @@ -11,13 +11,13 @@ - Pytorch >= 1.12 -目前, **DHG** 的最新稳定版本 **0.9.2** 已经发布,可以使用 ``pip`` 指令直接安装: +目前, **DHG** 的最新稳定版本 **0.9.3** 已经发布,可以使用 ``pip`` 指令直接安装: .. code-block:: bash pip install dhg -如果您想尝试最新的日构建版本(nightly version) **0.9.3** ,可以使用以下指令安装: +如果您想尝试最新的日构建版本(nightly version) **0.9.4** ,可以使用以下指令安装: .. code-block:: bash