From 1660b86496dc1bac4e2110e249e2acc84e8caa89 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 26 Sep 2024 09:41:15 -0500 Subject: [PATCH] chore: bump version to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2f01b4..fed23d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esplora-client" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["Alekos Filini "] license = "MIT"