Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Feb 19, 2024
1 parent 021d67e commit 816a111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The package can be installed by adding `ollama` to your list of dependencies in
```elixir
def deps do
[
{:ollama, "~> 0.4"}
{:ollama, "~> 0.5"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Ollama.MixProject do
name: "Ollama",
description: "A nifty little library for working with Ollama in Elixir.",
source_url: "https://github.com/lebrunel/ollama-ex",
version: "0.4.1",
version: "0.5.0",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 816a111

Please sign in to comment.