From ba042dfd82b280b7e26f2e2dd99a6c628be3523f Mon Sep 17 00:00:00 2001 From: Shahak Shama Date: Tue, 2 Jul 2024 09:37:02 +0300 Subject: [PATCH] chore: bump version to 0.13.0-dev.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2533533..f23f03d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet_api" -version = "0.13.0-dev.8" +version = "0.13.0-dev.9" edition = "2021" repository = "https://github.com/starkware-libs/starknet-api" license = "Apache-2.0"