From a71bb454b026f47aa71b1270a0f0d7a688bea4e5 Mon Sep 17 00:00:00 2001 From: kholdrex Date: Sat, 6 Jun 2026 11:25:57 -0500 Subject: [PATCH] docs: update README install version for v0.3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce87620..6228267 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -bayes-rs = "0.2.0" +bayes-rs = "0.3.0" ``` Enable the optional `serde` feature when you want to serialize user-facing MCMC output: ```toml [dependencies] -bayes-rs = { version = "0.2.0", features = ["serde"] } +bayes-rs = { version = "0.3.0", features = ["serde"] } ``` ### Simple Example