From 2fc91f946c983a65436322bd82b9af2f1d7dbcdf Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 25 Sep 2023 19:39:32 +0200 Subject: [PATCH] Python Cargo.toml --- Cargo.lock | 2 +- bindings/python/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f46714b396..9e477d78b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1703,7 +1703,7 @@ dependencies = [ [[package]] name = "iota-sdk-python" -version = "1.0.3" +version = "1.1.0-rc.0" dependencies = [ "futures", "iota-sdk-bindings-core", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index d6257d7cec..7865307526 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iota-sdk-python" -version = "1.0.3" +version = "1.1.0-rc.0" authors = ["IOTA Stiftung"] edition = "2021" description = "Python bindings for the IOTA SDK library"