From a1b85ea880e39128630e524c8ce5ce10f1557d9e Mon Sep 17 00:00:00 2001 From: Hicham AZIMANI Date: Mon, 17 Oct 2022 12:55:22 +0200 Subject: [PATCH] Bump: Release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3901df5..dda4857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openslide-rs" edition = "2021" -version = "0.1.0" +version = "0.2.0" authors = ["AzHicham "] description = "Rust bindings of OpenSlide C library" repository = "https://github.com/AzHicham/openslide-rs"