Thanks to visit codestin.com Credit goes to github.com
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 fc28d33 commit 48faf27Copy full SHA for 48faf27
flask_uwsgi_websocket/__init__.py
@@ -5,7 +5,7 @@
5
'''
6
7
__docformat__ = 'restructuredtext'
8
-__version__ = '0.1.0'
+__version__ = '0.1.1'
9
__license__ = 'MIT'
10
__author__ = 'Zach Kelling'
11
setup.py
@@ -1,11 +1,10 @@
1
#!/usr/bin/env python
2
from setuptools import setup
3
-from flask_uwsgi_websocket import __version__
4
setup(
name='Flask-uWSGI-WebSocket',
- version=__version__,
+ version='0.1.1',
url='https://github.com/zeekay/flask-uwsgi-websocket',
license=open('LICENSE').read(),
author='Zach Kelling',
0 commit comments