From 6bf48001e33ebf9bf547325d250e4b4270cef051 Mon Sep 17 00:00:00 2001 From: Hugo Cachitas Date: Wed, 10 Apr 2024 00:29:09 +0100 Subject: [PATCH] Bump version --- src/stringx/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stringx/client.py b/src/stringx/client.py index 77838f1..92a7ad7 100644 --- a/src/stringx/client.py +++ b/src/stringx/client.py @@ -4,7 +4,7 @@ import httpx -__version__ = "0.7.2" +__version__ = "0.7.3" logger = logging.getLogger("stringx")