Skip to content

Commit 06c747a

Browse files
committed
bumping to 0.2.1
1 parent 2616666 commit 06c747a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.core import setup
66

77
setup(name = "ws4py",
8-
version = '0.2.0',
8+
version = '0.2.1',
99
description = "WebSocket library for Python",
1010
maintainer = "Sylvain Hellegouarch",
1111
maintainer_email = "sh@defuze.org",

ws4py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#
2929

3030
__author__ = "Sylvain Hellegouarch"
31-
__version__ = "0.2.0"
31+
__version__ = "0.2.1"
3232
__all__ = ['WS_KEY', 'WS_VERSION']
3333

3434
WS_KEY = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"

0 commit comments

Comments
 (0)