Skip to content

Commit

Permalink
Version bump for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 19, 2023
1 parent bd2b001 commit 98f64be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install Torch, perform the following steps:
```elixir
def deps do
[
{:torch, "~> 3.8"}
{:torch, "~> 3.9"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Torch.MixProject do
use Mix.Project

@source_url "https://github.com/mojotech/torch"
@version "3.9.0"
@version "3.9.1"

def project do
[
Expand Down

0 comments on commit 98f64be

Please sign in to comment.