From 0e637149e159164ea23c2e244080399bd34f8cb5 Mon Sep 17 00:00:00 2001 From: Gaute Hope Date: Wed, 16 Aug 2023 14:36:46 +0200 Subject: [PATCH] Release v0.7.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d1c529..835667f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,7 +557,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hidefix" -version = "0.6.5" +version = "0.7.0" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 57bb533..c16d53c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "LGPL-3.0-or-later" name = "hidefix" repository = "https://github.com/gauteh/hidefix" description = "Concurrent HDF5 and NetCDF4 reader (experimental)" -version = "0.6.5" +version = "0.7.0" categories = [ "data", "hdf5", "scientific-data" ] [lib]