diff --git a/docs/Documentation.pdf b/docs/Documentation.pdf index e6f2b0bbc23973f4d7250a6d22a37c5df66ededa..9ed18c58ea3d86c693a459472a60918d3c388e7c 100644 Binary files a/docs/Documentation.pdf and b/docs/Documentation.pdf differ diff --git a/docs/Documentation.tex b/docs/Documentation.tex index 6b4c02b9dd7f2cf5eff6722ce8a79d04cf53207d..828aec669d3367b411f1c53f0d87f26c10641c8f 100644 --- a/docs/Documentation.tex +++ b/docs/Documentation.tex @@ -64,8 +64,8 @@ \title{GeoSpatialTools} -\date{Feb 26, 2025} -\release{0.11.1} +\date{Feb 27, 2025} +\release{0.11.2} \author{NOC Surface Processes} \newcommand{\sphinxlogo}{\vbox{}} \renewcommand{\releasename}{Release} diff --git a/docs/conf.py b/docs/conf.py index 7259718ec50092d641e51d0e65c3af1936e12529..e6fd6c4bf47cc4f7b4e9ee267e7f8188f9e3c3de 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.11.1" +release = "0.11.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 6f82dec4660f0565f445fcd8489f4a46b22303ee..ccbb80a664a813bc8a5ef1db72f3913e5ab369dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = ["GeoSpatialTools"] [project] name = "GeoSpatialTools" -version = "0.11.1" +version = "0.11.2" dependencies = ["numpy"] requires-python = ">=3.9" authors = [