Skip to content

Commit

Permalink
Merge pull request #74 from AllenNeuralDynamics/bugfix/documentation_…
Browse files Browse the repository at this point in the history
…update

Bugfix/documentation update
  • Loading branch information
hannalee2 authored Jul 4, 2024
2 parents ef4a090 + c3d469d commit 93d67a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import os
import sys
from datetime import date
from parallax import __version__ as version
from docutils.parsers.rst import roles
from docutils import nodes

Expand All @@ -20,7 +19,7 @@
current_year = date.today().year
copyright = f"{current_year}, {INSTITUTE_NAME}"
author = INSTITUTE_NAME
release = version # Automatically set version from parallax package
release = "0.0.1" # Automatically set version from parallax package

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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.37.16"
__version__ = "0.37.17"

# allow multiple OpenMP instances
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

0 comments on commit 93d67a7

Please sign in to comment.