From 7b440cd7e93f6bce9cc68f25562892f21c9b0d47 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sun, 3 Mar 2024 15:43:18 +0100 Subject: [PATCH] ci(release): v0.1.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc1b168..856ccd4 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.0.0" +version = "0.1.0" edition = "2021" rust-version = "1.76.0" @@ -10,7 +10,7 @@ rust-version = "1.76.0" authors = ["Ivan Gabriele "] categories = ["api-bindings"] homepage = "https://github.com/ivangabriele/mistralai-client-rs#readme" -keywords = ["mistral", "mistralai", "client", "api", "ai", "llm"] +keywords = ["mistral", "mistralai", "client", "api", "llm"] readme = "README.md" repository = "https://github.com/ivangabriele/mistralai-client-rs"