Skip to content

Commit e28c6b3

Browse files
committed
fix: bump version to 3.2.0
1 parent 35ff096 commit e28c6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 = "qstash"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
description = "Python SDK for Upstash QStash"
55
license = "MIT"
66
authors = ["Upstash <[email protected]>"]

qstash/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "3.1.0"
5+
__version__ = "3.2.0"
66
__all__ = ["QStash", "AsyncQStash", "Receiver"]

0 commit comments

Comments
 (0)