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