Skip to content

Commit

Permalink
Merge pull request #19 from pepperoni21/0.1.6
Browse files Browse the repository at this point in the history
Updated to 0.1.6
  • Loading branch information
pepperoni21 authored Jan 18, 2024
2 parents 709f6ed + 82d1976 commit bda42c9
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.5"
version = "0.1.6"
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 @@ -6,7 +6,7 @@ It was made following the [Ollama API](https://github.com/jmorganca/ollama/blob/
### Add ollama-rs to your Cargo.toml
```toml
[dependencies]
ollama-rs = "0.1.5"
ollama-rs = "0.1.6"
```
### Initialize Ollama
```rust
Expand Down

0 comments on commit bda42c9

Please sign in to comment.