From 91320e0a64dce7516071493b2d260f36ea9be156 Mon Sep 17 00:00:00 2001 From: j-mendez Date: Sat, 7 Sep 2024 12:39:58 -0400 Subject: [PATCH] chore(docs): remove pin version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1479467..e9474ff 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -auto_encoder = "0.1.0" +auto_encoder = "0.1" ``` ## Usage