diff --git a/README.md b/README.md index 006ad7a1..43447afa 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Parallax -![Parallax](ui/ParallaxReadME.JPG) +![Parallax](ui/ParallaxReadMe.png) Parallax is a graphical user interface designed to streamline the process of setting up and performing acute *in vivo* electrophysiology experiments. -**Documentation**: [parallax.readthedocs.io](https://parallax.readthedocs.io/en/stable/). +**Documentation**: [parallax.readthedocs.io](https://parallax.readthedocs.io/en/latest/index.html). ### Prerequisites - **Python==3.8** (Recommended to install via diff --git a/parallax/__init__.py b/parallax/__init__.py index 37220ad9..a1e01d67 100644 --- a/parallax/__init__.py +++ b/parallax/__init__.py @@ -4,7 +4,7 @@ import os -__version__ = "0.38.6" +__version__ = "0.38.7" # allow multiple OpenMP instances os.environ["KMP_DUPLICATE_LIB_OK"] = "True" diff --git a/ui/ParallaxReadME.JPG b/ui/ParallaxReadME.JPG deleted file mode 100644 index 09237f33..00000000 Binary files a/ui/ParallaxReadME.JPG and /dev/null differ diff --git a/ui/ParallaxReadMe.png b/ui/ParallaxReadMe.png new file mode 100644 index 00000000..99154ccf Binary files /dev/null and b/ui/ParallaxReadMe.png differ