From 7f5be2645d0ac03888824f6357902bd3e65f817d Mon Sep 17 00:00:00 2001 From: Ashley Wright Date: Wed, 20 Nov 2024 22:46:54 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ff47f..765380a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -rusttensor = { git = "https://github.com/womboai/rusttensor", tag = "0.2.0" } +rusttensor = { git = "https://github.com/womboai/rusttensor", tag = "0.3.0" } ``` ## Usage Examples