From 816a11186a2fb24b89e7ae08c0bc56926bd2430a Mon Sep 17 00:00:00 2001 From: lebrunel <124721263+lebrunel@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:06:45 +0000 Subject: [PATCH] version bump --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29ffb34..6e985f3 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 02441b5..a175f3e 100644 --- a/mix.exs +++ b/mix.exs @@ -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,