diff --git a/transaction-pool/Cargo.toml b/transaction-pool/Cargo.toml index 312d4f3b0..0a2a213fb 100644 --- a/transaction-pool/Cargo.toml +++ b/transaction-pool/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Generic transaction pool." name = "transaction-pool" -version = "2.0.0" +version = "2.0.1" license = "GPL-3.0" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/parity-common"