diff --git a/docs/source/index.rst b/docs/source/index.rst index e93d4040..504be93d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ Contents .. toctree:: :maxdepth: 2 - readMe + ReadMe userGuide FAQ modules diff --git a/parallax/__init__.py b/parallax/__init__.py index 80fc9379..a41d9114 100644 --- a/parallax/__init__.py +++ b/parallax/__init__.py @@ -4,7 +4,7 @@ import os -__version__ = "0.37.14" +__version__ = "0.37.15" # allow multiple OpenMP instances os.environ["KMP_DUPLICATE_LIB_OK"] = "True"