diff --git a/pyproject.toml b/pyproject.toml index 574bf2f..970374f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "upstash_redis" -version = "0.14.3" +version = "0.14.4" description = "Serverless Redis Sdk from Upstash" authors = ["Upstash ", "Zgîmbău Tudor "] readme = "README.md" diff --git a/upstash_redis/client.py b/upstash_redis/client.py index 3e4ead5..26fd154 100644 --- a/upstash_redis/client.py +++ b/upstash_redis/client.py @@ -150,4 +150,3 @@ def run(self, command: List) -> RESTResult: return self.FORMATTERS[main_command](res, command) return res -