diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 79df63741..963ea19c4 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -29,6 +29,18 @@ "version":"0.8.0", "url":"https://deltares.github.io/hydromt/v0.8.0/" + }, + { + "name":"v0.9.0", + "version":"0.9.0", + "url":"https://deltares.github.io/hydromt/v0.9.0/" + + }, + { + "name":"v0.9.1", + "version":"0.9.1", + "url":"https://deltares.github.io/hydromt/v0.9.1/" + }, { "name":"latest", diff --git a/hydromt/__init__.py b/hydromt/__init__.py index 391dcc3ea..72c0ef20b 100644 --- a/hydromt/__init__.py +++ b/hydromt/__init__.py @@ -1,7 +1,7 @@ """HydroMT: Automated and reproducible model building and analysis.""" # version number without 'v' at start -__version__ = "0.9.1.dev" +__version__ = "0.9.1" # pkg_resource deprication warnings originate from dependencies # so silence them for now