Skip to content

Commit

Permalink
bump v0.0.2 -> v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Mar 2, 2024
1 parent 2854a5e commit 87eb2a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gems"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
description = "💎 A cli, tui, and sdk for interacting with the Gemini API (WIP)"
license = "MIT"
Expand All @@ -9,6 +9,7 @@ categories = ["command-line-utilities", "science"]
repository = "https://github.com/wiseaidev/gems"
documentation = "https://docs.rs/gems"
authors = ["Mahmoud Harmouch <[email protected]>"]
exclude = ["/examples"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ gems list

```toml
[dependencies]
gems = "0.0.2"
gems = "0.0.3"
```

1. Use the `Client` struct to interact with the Gemini API:
Expand Down
4 changes: 2 additions & 2 deletions examples/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
":dep gems = { version = \"0.0.2\" }"
":dep gems = { version = \"0.0.3\" }"
]
},
{
Expand Down Expand Up @@ -507,7 +507,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"gems 0.0.2\n",
"gems 0.0.3\n",
"\n",
"💎 GEMS\n",
"=======\n",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! gems = "0.0.2"
//! gems = "0.0.3"
//! ```
//!
//! 2. Use the `Client` struct to interact with the Gemini API:
Expand Down

0 comments on commit 87eb2a8

Please sign in to comment.