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

Skip to content

Commit 48faf27

Browse files
author
zeekay
committed
v0.1.1
1 parent fc28d33 commit 48faf27

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.0'
8+
__version__ = '0.1.1'
99
__license__ = 'MIT'
1010
__author__ = 'Zach Kelling'
1111

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/usr/bin/env python
22
from setuptools import setup
3-
from flask_uwsgi_websocket import __version__
43

54

65
setup(
76
name='Flask-uWSGI-WebSocket',
8-
version=__version__,
7+
version='0.1.1',
98
url='https://github.com/zeekay/flask-uwsgi-websocket',
109
license=open('LICENSE').read(),
1110
author='Zach Kelling',

0 commit comments

Comments
 (0)