From 450dbe6ec6cc96e4e5509a746937ccde25de0144 Mon Sep 17 00:00:00 2001 From: Travis Morton Date: Tue, 19 Nov 2024 13:59:26 -0500 Subject: [PATCH] v0.1.10 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24df21f..53c54fc 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ iex> result |> Nx.backend_transfer() |> Nx.argmax(axis: 1) ```elixir def deps do [ - {:ortex, "~> 0.1.9"} + {:ortex, "~> 0.1.10"} ] end ``` diff --git a/mix.exs b/mix.exs index f0cea88..0ff357e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Ortex.MixProject do def project do [ app: :ortex, - version: "0.1.9", + version: "0.1.10", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),