Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Nov 15, 2024
1 parent c86c709 commit 7a5ddec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ anthropix-*.tar

# Temporary files, for example, from tests.
/tmp/

.env
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7a5ddec

Please sign in to comment.