From dcd3413871c3b35d514e6760655996df60bb3c70 Mon Sep 17 00:00:00 2001 From: hannalee2 Date: Thu, 3 Oct 2024 10:14:43 -0700 Subject: [PATCH] .JPG -> .jpg --- docs/source/programmersGuide.rst | 2 +- parallax/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/programmersGuide.rst b/docs/source/programmersGuide.rst index af7da17..20e60fa 100644 --- a/docs/source/programmersGuide.rst +++ b/docs/source/programmersGuide.rst @@ -32,7 +32,7 @@ Overview
- +
Camera Calibration
diff --git a/parallax/__init__.py b/parallax/__init__.py index e84406c..7c8d3ea 100644 --- a/parallax/__init__.py +++ b/parallax/__init__.py @@ -4,7 +4,7 @@ import os -__version__ = "0.38.0" +__version__ = "0.38.1" # allow multiple OpenMP instances os.environ["KMP_DUPLICATE_LIB_OK"] = "True"