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 d5a4f80 commit 0e3f5cbCopy full SHA for 0e3f5cb
flask_uwsgi_websocket/__init__.py
@@ -5,7 +5,7 @@
5
'''
6
7
__docformat__ = 'restructuredtext'
8
-__version__ = '0.2.0'
+__version__ = '0.2.1'
9
__license__ = 'MIT'
10
__author__ = 'Zach Kelling'
11
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
name='Flask-uWSGI-WebSocket',
- version='0.2.0',
+ version='0.2.1',
url='https://github.com/zeekay/flask-uwsgi-websocket',
license='MIT',
author='Zach Kelling',
0 commit comments