Skip to content

Commit 9ea2e98

Browse files
committed
docs
1 parent 8a6d284 commit 9ea2e98

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = "James Nightingale, Richard Hayes"
3131

3232
# The full version, including alpha/beta/rc tags
33-
release = "2021.8.12.1"
33+
release = "2021.10.14.1"
3434
master_doc = "index"
3535

3636

docs/installation/conda.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ see `here <https://pyautolens.readthedocs.io/en/latest/installation/troubleshoot
3434

3535
.. code-block:: bash
3636
37-
pip install autolens==2021.8.12.1 --ignore-installed numba llvmlite
37+
pip install autolens==2021.10.14.1 --ignore-installed numba llvmlite
3838
3939
Next, clone the ``autolens workspace`` (the line ``--depth 1`` clones only the most recent branch on
4040
the ``autolens_workspace``, reducing the download size):

docs/installation/pip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the installation has clean dependencies):
1818

1919
.. code-block:: bash
2020
21-
pip install autolens==2021.8.12.1
21+
pip install autolens==2021.10.14.1
2222
2323
If this raises no errors **PyAutoLens** is installed! If there is an error check out
2424
the `troubleshooting section <https://pyautolens.readthedocs.io/en/latest/installation/troubleshooting.html>`_.

0 commit comments

Comments
 (0)