Skip to content

Commit 0ff295e

Browse files
committed
still in beta...
1 parent 24e8d9e commit 0ff295e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
test_require.append('gevent')
1111

1212
setup(name = "ws4py",
13-
version = '0.3.0',
13+
version = '0.3.0-beta',
1414
description = "WebSocket library for Python",
1515
maintainer = "Sylvain Hellegouarch",
1616
maintainer_email = "sh@defuze.org",

ws4py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from ws4py.compat import enc
3131

3232
__author__ = "Sylvain Hellegouarch"
33-
__version__ = "0.3.0"
33+
__version__ = "0.3.0-beta"
3434
__all__ = ['WS_KEY', 'WS_VERSION', 'configure_logger', 'format_addresses']
3535

3636
WS_KEY = enc("258EAFA5-E914-47DA-95CA-C5AB0DC85B11")

0 commit comments

Comments
 (0)