diff --git a/README.md b/README.md index f7cf25a0..89b5ce63 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To install Torch, perform the following steps: ```elixir def deps do [ - {:torch, "~> 5.1"} + {:torch, "~> 5.3"} ] end ```