chore(clap): increase version

This commit is contained in:
Kevin K 2015-05-17 20:24:13 -04:00
parent 08ba3f25cf
commit 4708687711
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.9.1"></a>
## v0.9.1 (2015-05-18)
#### Bug Fixes
* **help** fixes a bug where requirements are included as program name in help and version ([08ba3f25](https://github.com/kbknapp/clap-rs/commit/08ba3f25cf38b149229ba8b9cb37a5804fe6b789))
<a name="v0.9.0"></a>
## v0.9.0 (2015-05-17)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.9.0"
version = "0.9.1"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"