We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f92ce3 commit 566ab5eCopy full SHA for 566ab5e
2 files changed
setup.py
@@ -5,7 +5,7 @@
5
from distutils.core import setup
6
7
setup(name = "ws4py",
8
- version = '0.2.2',
+ version = '0.2.3',
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.2.2"
+__version__ = "0.2.3"
32
__all__ = ['WS_KEY', 'WS_VERSION']
33
34
WS_KEY = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"
0 commit comments