From 7a5ddecd6f34d45c7e2bd1f279a5c871f70008e3 Mon Sep 17 00:00:00 2001 From: lebrunel <124721263+lebrunel@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:52:15 +0000 Subject: [PATCH] version bump --- .gitignore | 2 ++ mix.exs | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bbf4daa..0ac3e2b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ anthropix-*.tar # Temporary files, for example, from tests. /tmp/ + +.env diff --git a/mix.exs b/mix.exs index 92736b1..a595852 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Anthropix.MixProject do name: "Anthropix", description: "Unofficial Anthropic API client for Elixir. Integrate Claude, Anthropic's powerful language model, into your applications.", source_url: "https://github.com/lebrunel/anthropix", - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, @@ -40,7 +40,7 @@ defmodule Anthropix.MixProject do {:jason, "~> 1.4"}, {:nimble_options, "~> 1.1"}, {:plug, "~> 1.15", only: :test}, - {:req, "~> 0.4"}, + {:req, "~> 0.5"}, ] end