From a365c791b9e842143ac81feca16321ff2061377d Mon Sep 17 00:00:00 2001 From: Petr Volnov Date: Tue, 3 Oct 2023 00:21:01 -0700 Subject: [PATCH] feat: USDC feat: wait transactions with RPC Timeout --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9eccedf..92fd819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-near" -version = "1.1.6" +version = "1.1.7" description="Pretty simple and fully asynchronous framework for working with NEAR blockchain" authors = ["pvolnov "] readme = "README.md"