From 94095f04a92dc2133c0291fe3c853e371e0272c1 Mon Sep 17 00:00:00 2001 From: Hugo Cachitas Date: Tue, 9 Apr 2024 01:06:38 +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 8ca010f..293443c 100644 --- a/src/stringx/client.py +++ b/src/stringx/client.py @@ -4,7 +4,7 @@ import httpx -__version__ = "0.5.0" +__version__ = "0.6.0" logger = logging.getLogger("stringx")