Skip to content

Commit

Permalink
bump version and black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-upstash committed Jul 3, 2023
1 parent 51f7ebe commit b77f422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Zgîmbău Tudor <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion upstash_redis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,3 @@ def run(self, command: List) -> RESTResult:
return self.FORMATTERS[main_command](res, command)

return res

0 comments on commit b77f422

Please sign in to comment.