Skip to content

Commit

Permalink
Merge pull request #93 from AllenNeuralDynamics/wip/update_docs_docst…
Browse files Browse the repository at this point in the history
…rings

.PNG --> .png
  • Loading branch information
hannalee2 authored Oct 7, 2024
2 parents f1668cd + 02914ab commit 59443dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion parallax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 59443dc

Please sign in to comment.