Skip to content

Commit a4b732a

Browse files
committed
bumped to new version
1 parent 37788d7 commit a4b732a

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

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

0 commit comments

Comments
 (0)