Skip to content

Commit 88b0367

Browse files
committed
Bump version for v1.3.0 release
1 parent 669ae19 commit 88b0367

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
from setuptools import find_packages, setup
44
from setuptools.command.test import test as TestCommand
55

6-
requests = "requests>=2.22.0,<3"
7-
8-
install_requires = ["pycryptodomex>=3.8.1,<4", requests, "pyjwt==1.7.1"]
6+
install_requires = ["pycryptodomex>=3.8.1,<4", "requests>=2.22.0,<3", "pyjwt==1.7.1"]
97
long_description = open("README.md", "r").read()
108
tests_require = ["pytest"]
119

stream_chat/__pkg__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Tommaso Barbugli"
22
__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
3-
__version__ = "1.2.2"
3+
__version__ = "1.3.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)