From 0958e17ae23c4bfbe4361563313c30cdbfd6e975 Mon Sep 17 00:00:00 2001 From: lebrunel <124721263+lebrunel@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:27:55 +0000 Subject: [PATCH] patch bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c6f43a8..54bf861 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.1", + version: "0.4.2", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,