Skip to content

Commit c0bae37

Browse files
committed
release: bump to 0.2.0-rc.1
1 parent 621ef03 commit c0bae37

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ iex> result |> Nx.backend_transfer() |> Nx.argmax(axis: 1)
5656
```elixir
5757
def deps do
5858
[
59-
{:ortex, "~> 0.1.10"}
59+
{:ortex, "~> 0.2.0-rc.1"}
6060
]
6161
end
6262
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Ortex.MixProject do
44
def project do
55
[
66
app: :ortex,
7-
version: "0.1.10",
7+
version: "0.2.0-rc.1",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

native/ortex/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/ortex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ortex"
3-
version = "0.1.0"
3+
version = "0.2.0-rc.1"
44
authors = []
55
edition = "2018"
66

0 commit comments

Comments
 (0)