Skip to content

Commit b77f422

Browse files
committed
bump version and black formatting
1 parent 51f7ebe commit b77f422

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash_redis"
3-
version = "0.14.3"
3+
version = "0.14.4"
44
description = "Serverless Redis Sdk from Upstash"
55
authors = ["Upstash <[email protected]>", "Zgîmbău Tudor <[email protected]>"]
66
readme = "README.md"

upstash_redis/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,3 @@ def run(self, command: List) -> RESTResult:
150150
return self.FORMATTERS[main_command](res, command)
151151

152152
return res
153-

0 commit comments

Comments
 (0)