From a50b06422d28a3ee0aacfd8d40fb6041f6e9f4d3 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Fri, 17 Oct 2025 07:20:38 +0200 Subject: [PATCH] Release new netcdf version --- netcdf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netcdf/Cargo.toml b/netcdf/Cargo.toml index 0ef0a6b..7b4c6fc 100644 --- a/netcdf/Cargo.toml +++ b/netcdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netcdf" -version = "0.11.0" +version = "0.11.1" authors = [ "Michael Hiley ", "Magnus Ulimoen "