From 6b553ad6876d1717b31ad7ea392daac60c00c35a Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Sun, 8 Oct 2023 09:58:07 +0200 Subject: [PATCH] Release new versions --- netcdf-src/Cargo.toml | 2 +- netcdf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netcdf-src/Cargo.toml b/netcdf-src/Cargo.toml index 676eec2..da29214 100644 --- a/netcdf-src/Cargo.toml +++ b/netcdf-src/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netcdf-src" -version = "0.3.0" +version = "0.3.1" authors = ["Magnus Ulimoen "] edition = "2021" description = "Build scripts for building `netCDF` from source" diff --git a/netcdf/Cargo.toml b/netcdf/Cargo.toml index b0919eb..71645cd 100644 --- a/netcdf/Cargo.toml +++ b/netcdf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netcdf" -version = "0.8.2" +version = "0.8.3" authors = [ "Michael Hiley ", "Magnus Ulimoen "