diff --git a/docs/Documentation.pdf b/docs/Documentation.pdf
index 6a58790d1687803da242444d40e9db003d084604..4d152b336049648e1862d44b96cfbf8c325b7a11 100644
Binary files a/docs/Documentation.pdf and b/docs/Documentation.pdf differ
diff --git a/docs/Documentation.tex b/docs/Documentation.tex
index d34c8f1d8df8347ae27b2cdd6110322a441ca983..bdba9c54b542fd63d0f0f52e61a06da18b652741 100644
--- a/docs/Documentation.tex
+++ b/docs/Documentation.tex
@@ -64,8 +64,8 @@
 
 
 \title{GeoSpatialTools}
-\date{Dec 12, 2024}
-\release{0.10.0}
+\date{Feb 26, 2025}
+\release{0.10.1}
 \author{NOC Surface Processes}
 \newcommand{\sphinxlogo}{\vbox{}}
 \renewcommand{\releasename}{Release}
@@ -1122,6 +1122,18 @@ the time extent (dt) is the full time range of the box.
 \end{itemize}
 
 \end{description}\end{quote}
+\index{centre\_datetime (GeoSpatialTools.octtree.SpaceTimeRectangle property)@\spxentry{centre\_datetime}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle property}}
+
+\begin{fulllineitems}
+\phantomsection\label{\detokenize{users_guide:GeoSpatialTools.octtree.SpaceTimeRectangle.centre_datetime}}
+\pysigstartsignatures
+\pysigline{\sphinxbfcode{\sphinxupquote{property\DUrole{w}{ }}}\sphinxbfcode{\sphinxupquote{centre\_datetime}}\sphinxbfcode{\sphinxupquote{\DUrole{p}{:}\DUrole{w}{ }datetime}}}
+\pysigstopsignatures
+\sphinxAtStartPar
+The midpoint time of the Rectangle
+
+\end{fulllineitems}
+
 \index{contains() (GeoSpatialTools.octtree.SpaceTimeRectangle method)@\spxentry{contains()}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle method}}
 
 \begin{fulllineitems}
@@ -1271,6 +1283,18 @@ True if the point is \textless{}= dist + max(dist(centre, corners))
 
 \end{fulllineitems}
 
+\index{time\_range (GeoSpatialTools.octtree.SpaceTimeRectangle property)@\spxentry{time\_range}\spxextra{GeoSpatialTools.octtree.SpaceTimeRectangle property}}
+
+\begin{fulllineitems}
+\phantomsection\label{\detokenize{users_guide:GeoSpatialTools.octtree.SpaceTimeRectangle.time_range}}
+\pysigstartsignatures
+\pysigline{\sphinxbfcode{\sphinxupquote{property\DUrole{w}{ }}}\sphinxbfcode{\sphinxupquote{time\_range}}\sphinxbfcode{\sphinxupquote{\DUrole{p}{:}\DUrole{w}{ }timedelta}}}
+\pysigstopsignatures
+\sphinxAtStartPar
+The time extent of the Rectangle
+
+\end{fulllineitems}
+
 
 \end{fulllineitems}
 
diff --git a/docs/conf.py b/docs/conf.py
index 1e95dc17cc0a706225a0d42b3159cb0b1782ee88..41b4f5c84eb84b87c4e0be94851de68cd335edf9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,7 +14,7 @@ sys.path.insert(0, os.path.abspath("../"))
 project = "GeoSpatialTools"
 copyright = "2024, National Oceanography Centre"
 author = "NOC Surface Processes"
-release = "0.10.0"
+release = "0.10.1"
 
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/pyproject.toml b/pyproject.toml
index 594fc8a9f79a4edd4f5bbeca63fcd423e8025415..afcfd6e8840a6551196f60cddaaeeb890018251d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"]
 
 [project]
 name = "GeoSpatialTools"
-version = "0.10.0"
+version = "0.10.1"
 dependencies = [
     "numpy",
 ]