Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e2a5af

Browse files
author
zeekay
committed
v0.2.0
1 parent a7f3970 commit 0e2a5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_uwsgi_websocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'''
66

77
__docformat__ = 'restructuredtext'
8-
__version__ = '0.1.5'
8+
__version__ = '0.2.0'
99
__license__ = 'MIT'
1010
__author__ = 'Zach Kelling'
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='Flask-uWSGI-WebSocket',
6-
version='0.1.5',
6+
version='0.2.0',
77
url='https://github.com/zeekay/flask-uwsgi-websocket',
88
license='MIT',
99
author='Zach Kelling',

0 commit comments

Comments
 (0)