From f89aa9d592f5a49f702c2fabdd2e92b2774a57a1 Mon Sep 17 00:00:00 2001 From: James Nightingale Date: Sat, 27 Jan 2024 19:26:12 +0000 Subject: [PATCH] version2 --- autolens/__init__.py | 2 +- docs/installation/conda.rst | 2 +- docs/installation/pip.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autolens/__init__.py b/autolens/__init__.py index 50a0742d6..22852d6f9 100644 --- a/autolens/__init__.py +++ b/autolens/__init__.py @@ -114,4 +114,4 @@ conf.instance.register(__file__) -__version__ = "2023.9.18.4" +__version__ = "2024.1.27.2" diff --git a/docs/installation/conda.rst b/docs/installation/conda.rst index 0ee557308..10397b01c 100644 --- a/docs/installation/conda.rst +++ b/docs/installation/conda.rst @@ -47,7 +47,7 @@ You may get warnings which state something like: .. code-block:: bash - ERROR: autoarray 2023.9.18.4 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible. + ERROR: autoarray 2024.1.27.2 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible. ERROR: numba 0.53.1 has requirement llvmlite<0.37,>=0.36.0rc1, but you'll have llvmlite 0.38.0 which is incompatible. If you see these messages, they do not mean that the installation has failed and the instructions below will diff --git a/docs/installation/pip.rst b/docs/installation/pip.rst index a0741a55f..855d9f9e8 100644 --- a/docs/installation/pip.rst +++ b/docs/installation/pip.rst @@ -27,7 +27,7 @@ You may get warnings which state something like: .. code-block:: bash - ERROR: autoarray 2023.9.18.4 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible. + ERROR: autoarray 2024.1.27.2 has requirement numpy<=1.22.1, but you'll have numpy 1.22.2 which is incompatible. ERROR: numba 0.53.1 has requirement llvmlite<0.37,>=0.36.0rc1, but you'll have llvmlite 0.38.0 which is incompatible. If you see these messages, they do not mean that the installation has failed and the instructions below will