From 87262573b7d6567220897a48fea1b099a172499c Mon Sep 17 00:00:00 2001 From: Cocoa Date: Wed, 31 May 2023 14:28:49 +0100 Subject: [PATCH] v0.3.3 --- mix.exs | 2 +- notebooks/mobilebert.livemd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 9af31e9..e2c854a 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule TFLiteElixir.MixProject do require Logger @app :tflite_elixir - @version "0.3.1" + @version "0.3.3" @github_url "https://github.com/cocoa-xu/tflite_elixir" def project do diff --git a/notebooks/mobilebert.livemd b/notebooks/mobilebert.livemd index 2ea01ac..cf087c8 100644 --- a/notebooks/mobilebert.livemd +++ b/notebooks/mobilebert.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:tflite_elixir, "~> 0.3.1"}, + {:tflite_elixir, "~> 0.3.3"}, {:req, "~> 0.3.0"}, {:kino, "~> 0.9.0"} ])