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