From 7016cffb05fa0b0fe2a18e97322e078eb86e1072 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sun, 3 Mar 2024 19:45:03 +0100 Subject: [PATCH] chore: Release mistralai-client version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 856ccd4..b416a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mistralai-client" description = "Mistral AI API client library for Rust (unofficial)." license = "Apache-2.0" -version = "0.1.0" +version = "0.2.0" edition = "2021" rust-version = "1.76.0"