diff --git a/docs/Documentation.pdf b/docs/Documentation.pdf
index fe6bbabb904f7d36a0a33ecaaaddface0eecf338..6a58790d1687803da242444d40e9db003d084604 100644
Binary files a/docs/Documentation.pdf and b/docs/Documentation.pdf differ
diff --git a/docs/Documentation.tex b/docs/Documentation.tex
index 4a555548af6477763a43c3ae3cf51e9cec26ab54..d34c8f1d8df8347ae27b2cdd6110322a441ca983 100644
--- a/docs/Documentation.tex
+++ b/docs/Documentation.tex
@@ -65,7 +65,7 @@
 
 \title{GeoSpatialTools}
 \date{Dec 12, 2024}
-\release{0.9.0}
+\release{0.10.0}
 \author{NOC Surface Processes}
 \newcommand{\sphinxlogo}{\vbox{}}
 \renewcommand{\releasename}{Release}
diff --git a/docs/conf.py b/docs/conf.py
index b53538336ce3a598c4b677b7c4836b07ea5fa55e..1e95dc17cc0a706225a0d42b3159cb0b1782ee88 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.9.0"
+release = "0.10.0"
 
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/pyproject.toml b/pyproject.toml
index 1d164ec025f68c1e8cfa05f2a38148cd0c792d22..2477ea621411ebe3ffed00e12a537ab68e37db41 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"]
 
 [project]
 name = "GeoSpatialTools"
-version = "0.9.0"
+version = "0.10.0"
 dependencies = [
     "numpy",
 ]