We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37788d7 commit a4b732aCopy full SHA for a4b732a
2 files changed
setup.py
@@ -5,7 +5,7 @@
5
from distutils.core import setup
6
7
setup(name = "ws4py",
8
- version = '0.1.5',
+ version = '0.1.6',
9
description = "WebSocket library for Python",
10
maintainer = "Sylvain Hellegouarch",
11
maintainer_email = "sh@defuze.org",
ws4py/__init__.py
@@ -28,7 +28,7 @@
28
#
29
30
__author__ = "Sylvain Hellegouarch"
31
-__version__ = "0.1.5"
+__version__ = "0.1.6"
32
__all__ = ['WS_KEY']
33
34
WS_KEY = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
0 commit comments