Skip to content

Commit 4917f72

Browse files
Release 3.1.0
1 parent b0a8b1f commit 4917f72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
platforms='any',
3131
install_requires=[
3232
'six>=1.9.0',
33-
'python-engineio>=3.1.2'
33+
'python-engineio>=3.2.0'
3434
],
3535
extras_require={
3636
'client': [
37-
'python-engineio[client]>=3.1.2'
37+
'python-engineio[client]>=3.2.0'
3838
],
3939
'asyncio_client': [
40-
'python-engineio[asyncio_client]>=3.1.2'
40+
'python-engineio[asyncio_client]>=3.2.0'
4141
]
4242
},
4343
tests_require=[

socketio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
AsyncNamespace = None
2525
AsyncRedisManager = None
2626

27-
__version__ = '3.0.1'
27+
__version__ = '3.1.0'
2828

2929
__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager',
3030
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',

0 commit comments

Comments
 (0)