We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ea83e commit 0a513e1Copy full SHA for 0a513e1
flask_uwsgi_websocket/__init__.py
@@ -5,7 +5,7 @@
5
'''
6
7
__docformat__ = 'restructuredtext'
8
-__version__ = '0.2.3'
+__version__ = '0.2.4'
9
__license__ = 'MIT'
10
__author__ = 'Zach Kelling'
11
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
name='Flask-uWSGI-WebSocket',
- version='0.2.3',
+ version='0.2.4',
url='https://github.com/zeekay/flask-uwsgi-websocket',
license='MIT',
author='Zach Kelling',
0 commit comments