From 2e4898f1341f3e2b10118df2c8d8f57038df8d6c Mon Sep 17 00:00:00 2001 From: lebrunel <124721263+lebrunel@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:38:03 +0100 Subject: [PATCH] version bump --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e80e05e..5b3c4e4 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.3.0", + version: "0.3.1", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,