From 20ec8b04c03e970914acdbdd0e45987aa98813fb Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Fri, 26 Jul 2024 12:28:44 +1000 Subject: [PATCH] Release v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18070db..6f23a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_hashing" -version = "0.6.0" +version = "0.7.0" edition = "2021" license = "Apache-2.0" readme = "README.md"