Skip to content

Commit 566ab5e

Browse files
committed
bumping to 0.2.3
1 parent 4f92ce3 commit 566ab5e

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.2',
8+
version = '0.2.3',
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.2"
31+
__version__ = "0.2.3"
3232
__all__ = ['WS_KEY', 'WS_VERSION']
3333

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

0 commit comments

Comments
 (0)