Skip to content

Commit

Permalink
release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Mar 28, 2021
1 parent b823b40 commit 9ec649b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-ini"
version = "0.16.1"
version = "0.17.0"
authors = ["Y. T. Chung <[email protected]>"]
description = "An Ini configuration file parsing library in Rust"
repository = "https://github.com/zonyitoo/rust-ini"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is an INI file parser in Rust_.
.. code:: toml
[dependencies]
rust-ini = "0.16"
rust-ini = "0.17"
Usage
=====
Expand Down

0 comments on commit 9ec649b

Please sign in to comment.