diff --git a/Cargo.toml b/Cargo.toml index 81302ed..2fde966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ini" -version = "0.18.0" +version = "0.19.0" authors = ["Y. T. Chung "] description = "An Ini configuration file parsing library in Rust" repository = "https://github.com/zonyitoo/rust-ini" diff --git a/README.rst b/README.rst index 3821637..1881853 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ This is an INI file parser in Rust_. .. code:: toml [dependencies] - rust-ini = "0.18" + rust-ini = "0.19" Usage =====