Skip to content

Commit 0815cbb

Browse files
authored
fix: bump version to 2.0.5 (#37)
1 parent 873ed90 commit 0815cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qstash"
3-
version = "2.0.3"
3+
version = "2.0.5"
44
description = "Python SDK for Upstash QStash"
55
license = "MIT"
66
authors = ["Upstash <[email protected]>"]

qstash/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from qstash.client import QStash
33
from qstash.receiver import Receiver
44

5-
__version__ = "2.0.3"
5+
__version__ = "2.0.5"
66
__all__ = ["QStash", "AsyncQStash", "Receiver"]

0 commit comments

Comments
 (0)