From cff2d348ede2a831f861d2e105e5f19f749c96a6 Mon Sep 17 00:00:00 2001 From: Tjalling-dejong Date: Tue, 25 Nov 2025 16:36:56 +0100 Subject: [PATCH] bumped version to 1.3.0 --- hydromt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydromt/__init__.py b/hydromt/__init__.py index d4bf33c8a..c90bd64fb 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__ = "1.2.0.dev0" +__version__ = "1.3.0.dev0" # This is only here to suppress the bug described in # https://github.com/pydata/xarray/issues/7259