From 3cb9f13dd86295cab87ad7a30b1e3ccc8fc41c50 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sun, 16 Oct 2022 23:22:12 -0500 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef181d5..9b158ad 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ slsqp = { git="https://github.com/jacobwilliams/slsqp.git" } or, to use a specific version: ```toml [dependencies] -slsqp = { git="https://github.com/jacobwilliams/slsqp.git", tag = "1.2.3" } +slsqp = { git="https://github.com/jacobwilliams/slsqp.git", tag = "1.3.0" } ``` ### Development