From 6fd71a7e4ce1f4f884546beeb500727a1e32bbaf Mon Sep 17 00:00:00 2001 From: Reuben Wong Date: Sat, 21 Oct 2023 00:31:27 +0800 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc8dfcc..b99e286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marketstack" -version = "0.0.5" +version = "0.0.6" edition = "2021" license = "MIT" description = "Rust bindings for Marketstack REST API"