diff --git a/Cargo.toml b/Cargo.toml index 502a803..eea5965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polylog" -version = "2.0.0" -authors = ["Alexander Voigt "] +version = "2.1.0" +authors = ["Alexander Voigt "] license = "LGPL-3.0-only" readme = "README.md" description = "Rust implementation of polylogarithms." diff --git a/README.md b/README.md index c75c76a..4ba3483 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Citation author = {{Alexander Voigt}}, title = {{polylog.rs}}, year = {2022}, - version = {2.0.0}, + version = {2.1.0}, url = {https://github.com/Expander/polylog}, note = {[License: LGPL-3.0-only]} }