From c7202ebf31f47d0de55f929d28ffa3a59f73aec5 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 30 Nov 2023 18:06:47 +1100 Subject: [PATCH] Release v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c83a50..82a941e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum_hashing" -version = "1.0.0-beta.2" +version = "0.6.0" edition = "2021" license = "Apache-2.0" readme = "README.md"