diff --git a/Cargo.toml b/Cargo.toml index e1f2256..d33bcc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magnesia" -version = "0.11.0" +version = "0.11.1" edition = "2021" license = "MIT" keywords = ["maths"] diff --git a/README.md b/README.md index 03babea..df4a17c 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The goal of Magnesia is to provide an easy to use yet efficient API for mathemat Add this to your `Cargo.toml`: ```text [dependencies] -magnesia = "0.11.0" +magnesia = "0.11.1" ``` ## Documentation