chore: updates version to next release num

This commit is contained in:
Kevin K 2017-02-27 23:49:51 -05:00
parent a822ad8c27
commit 5471b67121
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.20.5"
version = "2.21.0"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"
@ -29,8 +29,8 @@ clippy = { version = "~0.0.112", optional = true }
atty = { version = "0.2.2", optional = true }
[dev-dependencies]
regex = "~0.1.80"
lazy_static = "~0.2"
regex = "0.2"
lazy_static = "0.2"
[features]
default = ["suggestions", "color", "wrap_help"]