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