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 "