From af7633b737ca38ddb7e75f8a66ce06c7316b22a8 Mon Sep 17 00:00:00 2001 From: Anirudh Suresh Date: Mon, 18 Nov 2024 20:30:19 +0000 Subject: [PATCH] bump (#245) --- sdk/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 8f0c25a7..343a5995 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "express-relay" -version = "0.14.0" +version = "0.14.1" description = "Utilities for searchers and protocols to interact with the Express Relay protocol." authors = ["dourolabs"] license = "Apache-2.0"