Skip to content

Commit

Permalink
0.1.7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperoni21 committed Feb 24, 2024
1 parent 667f533 commit ddac73e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ollama-rs"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license-file = "LICENSE.md"
description = "A Rust library for interacting with the Ollama API"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It was made following the [Ollama API](https://github.com/jmorganca/ollama/blob/

```toml
[dependencies]
ollama-rs = "0.1.6"
ollama-rs = "0.1.7"
```

### Initialize Ollama
Expand Down

0 comments on commit ddac73e

Please sign in to comment.