Skip to content

Commit 078a4ba

Browse files
committed
0.4.0
1 parent 01560ea commit 078a4ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run_tests(self):
5353
extras_require={"test": tests_require},
5454
tests_require=tests_require,
5555
include_package_data=True,
56-
python_requires=">=3.4",
56+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
5757
classifiers=[
5858
"Intended Audience :: Developers",
5959
"Intended Audience :: System Administrators",

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, Stream.io, Inc"
3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)