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