v0.2.18
diff --git a/Cargo.toml b/Cargo.toml
index c48908d..9687068 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "structopt"
-version = "0.2.16"
+version = "0.2.18"
authors = ["Guillaume Pinot <[email protected]>", "others"]
description = "Parse command line argument by defining a struct."
documentation = "https://docs.rs/structopt"
@@ -28,6 +28,6 @@
[dependencies]
clap = { version = "2.21", default-features = false }
-structopt-derive = { path = "structopt-derive", version = "0.2.16" }
+structopt-derive = { path = "structopt-derive", version = "0.2.18" }
[workspace]
diff --git a/structopt-derive/Cargo.toml b/structopt-derive/Cargo.toml
index fc5484e..10b6045 100644
--- a/structopt-derive/Cargo.toml
+++ b/structopt-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "structopt-derive"
-version = "0.2.16"
+version = "0.2.18"
authors = ["Guillaume Pinot <[email protected]>"]
description = "Parse command line argument by defining a struct, derive crate."
documentation = "https://docs.rs/structopt-derive"