Skip to content

Commit a140c16

Browse files
committed
bumping to new version
1 parent f36e4bc commit a140c16

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
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33

44
setup(name = "ws4py",
5-
version = '0.1.1',
5+
version = '0.1.2',
66
description = "WebSocket library for Python",
77
maintainer = "Sylvain Hellegouarch",
88
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.1"
31+
__version__ = "0.1.2"
3232
__all__ = ['WS_KEY']
3333

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

0 commit comments

Comments
 (0)