diff --git a/Cargo.toml b/Cargo.toml index ad4862c..67d3ce4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ini" -version = "0.19.0" +version = "0.20.0" authors = ["Y. T. Chung "] description = "An Ini configuration file parsing library in Rust" repository = "https://github.com/zonyitoo/rust-ini"