Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 3, 2019
1 parent b0a8b1f commit 4917f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
platforms='any',
install_requires=[
'six>=1.9.0',
'python-engineio>=3.1.2'
'python-engineio>=3.2.0'
],
extras_require={
'client': [
'python-engineio[client]>=3.1.2'
'python-engineio[client]>=3.2.0'
],
'asyncio_client': [
'python-engineio[asyncio_client]>=3.1.2'
'python-engineio[asyncio_client]>=3.2.0'
]
},
tests_require=[
Expand Down
2 changes: 1 addition & 1 deletion socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
AsyncNamespace = None
AsyncRedisManager = None

__version__ = '3.0.1'
__version__ = '3.1.0'

__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager',
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',
Expand Down

0 comments on commit 4917f72

Please sign in to comment.