Skip to content

Commit 04a3877

Browse files
Update EXLA's README.md with version 0.10 (#1617)
1 parent 4d63d89 commit 04a3877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exla/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Then you can add `EXLA` as dependency in your `mix.exs`:
1717
```elixir
1818
def deps do
1919
[
20-
{:exla, "~> 0.9"}
20+
{:exla, "~> 0.10"}
2121
]
2222
end
2323
```
@@ -26,7 +26,7 @@ If you are using Livebook or IEx, you can instead run:
2626

2727
```elixir
2828
Mix.install([
29-
{:exla, "~> 0.9"}
29+
{:exla, "~> 0.10"}
3030
])
3131
```
3232

0 commit comments

Comments
 (0)