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