Skip to content

Commit 8726257

Browse files
committed
v0.3.3
1 parent ddf5f5d commit 8726257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule TFLiteElixir.MixProject do
33
require Logger
44

55
@app :tflite_elixir
6-
@version "0.3.1"
6+
@version "0.3.3"
77
@github_url "https://github.com/cocoa-xu/tflite_elixir"
88

99
def project do

notebooks/mobilebert.livemd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
```elixir
44
Mix.install([
5-
{:tflite_elixir, "~> 0.3.1"},
5+
{:tflite_elixir, "~> 0.3.3"},
66
{:req, "~> 0.3.0"},
77
{:kino, "~> 0.9.0"}
88
])

0 commit comments

Comments
 (0)