Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn committed Sep 1, 2024
1 parent b952937 commit c143c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add **_:ex_openai_** as a dependency in your mix.exs file.
```elixir
def deps do
[
{:ex_openai, "~> 1.6"}
{:ex_openai, "~> 1.7"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExOpenAI.MixProject do
def project do
[
app: :ex_openai,
version: "1.6.0",
version: "1.7.0",
elixir: "~> 1.16",
description: description(),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c143c18

Please sign in to comment.