diff --git a/sim/Cargo.toml b/sim/Cargo.toml index ed0b113..4854642 100644 --- a/sim/Cargo.toml +++ b/sim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim" -version = "0.9.0" +version = "0.9.1" edition = "2018" license = "MIT OR Apache-2.0" authors = ["Neal DeBuhr "] diff --git a/sim_derive/Cargo.toml b/sim_derive/Cargo.toml index 6381e56..4121e98 100644 --- a/sim_derive/Cargo.toml +++ b/sim_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim_derive" -version = "0.9.0" +version = "0.9.1" edition = "2018" license = "MIT OR Apache-2.0" authors = ["Neal DeBuhr "]