From e3d213adf94074004e52d146efbc692b8a7ed36a Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Wed, 16 Oct 2024 16:54:39 +0200 Subject: [PATCH] bump: PER Python and TS sdks --- express_relay/sdk/js/package.json | 2 +- express_relay/sdk/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/express_relay/sdk/js/package.json b/express_relay/sdk/js/package.json index bbee24dddf..59d69c1ba7 100644 --- a/express_relay/sdk/js/package.json +++ b/express_relay/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/express-relay-js", - "version": "0.11.0", + "version": "0.11.1", "description": "Utilities for interacting with the express relay protocol", "homepage": "https://github.com/pyth-network/pyth-crosschain/tree/main/express_relay/sdk/js", "author": "Douro Labs", diff --git a/express_relay/sdk/python/pyproject.toml b/express_relay/sdk/python/pyproject.toml index d2769a7fb8..08a62bff26 100644 --- a/express_relay/sdk/python/pyproject.toml +++ b/express_relay/sdk/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "express-relay" -version = "0.10.0" +version = "0.10.1" description = "Utilities for searchers and protocols to interact with the Express Relay protocol." authors = ["dourolabs"] license = "Apache-2.0"