From f2c91c403d1aaec4787c2cf1ca90fa3c83670946 Mon Sep 17 00:00:00 2001 From: Felipe Rosa Date: Sun, 20 Dec 2020 21:35:40 -0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b3e32c..e3aa2d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_abi" -version = "0.1.0" +version = "0.2.0" authors = ["Felipe Rosa "] edition = "2018" description = "Ethereum Smart Contract ABI parsing library"