ci(release): v0.1.0

This commit is contained in:
Ivan Gabriele
2024-03-03 15:43:18 +01:00
parent fc2dcdeb53
commit 7b440cd7e9

View File

@@ -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 <ivan.gabriele@protonmail.com>"]
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"