We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efb145 commit dec20f3Copy full SHA for dec20f3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qstash"
3
-version = "2.0.1"
+version = "2.0.2"
4
description = "Python SDK for Upstash QStash"
5
license = "MIT"
6
authors = ["Upstash <support@upstash.com>"]
qstash/__init__.py
@@ -2,5 +2,5 @@
from qstash.client import QStash
from qstash.receiver import Receiver
-__version__ = "2.0.1"
+__version__ = "2.0.2"
__all__ = ["QStash", "AsyncQStash", "Receiver"]
0 commit comments