From 61618f52f5bd92309e0e7ae8d59bc92e806502a5 Mon Sep 17 00:00:00 2001 From: hannalee2 Date: Mon, 7 Oct 2024 14:00:13 -0700 Subject: [PATCH] Update relative location of modules --- docs/source/conf.py | 2 +- parallax/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 39b701b..9bac885 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,7 +11,7 @@ from docutils.parsers.rst import roles from docutils import nodes -sys.path.insert(0, os.path.abspath('../../parallax/')) +sys.path.insert(0, os.path.abspath('../../')) INSTITUTE_NAME = "Allen Institute for Neural Dynamics" diff --git a/parallax/__init__.py b/parallax/__init__.py index 7b33468..89efb8f 100644 --- a/parallax/__init__.py +++ b/parallax/__init__.py @@ -4,7 +4,7 @@ import os -__version__ = "0.38.10" +__version__ = "0.38.11" # allow multiple OpenMP instances os.environ["KMP_DUPLICATE_LIB_OK"] = "True"