diff --git a/docs/source/_static/_front/3.PNG b/docs/source/_static/_front/0.png similarity index 100% rename from docs/source/_static/_front/3.PNG rename to docs/source/_static/_front/0.png diff --git a/docs/source/index.rst b/docs/source/index.rst index 98a30ee..88d35b3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,7 @@ Welcome to Parallax ==================== -.. image:: _static/_front/3.png +.. image:: _static/_front/0.png :alt: Parallax **Parallax** is a graphical user interface designed to streamline the process of setting up and performing acute *in vivo* electrophysiology experiments. diff --git a/parallax/__init__.py b/parallax/__init__.py index 7649b48..37220ad 100644 --- a/parallax/__init__.py +++ b/parallax/__init__.py @@ -4,7 +4,7 @@ import os -__version__ = "0.38.5" +__version__ = "0.38.6" # allow multiple OpenMP instances os.environ["KMP_DUPLICATE_LIB_OK"] = "True"