Skip to content

Commit 3fa435a

Browse files
committed
bumping after uploaded last version onto server
1 parent efca4e8 commit 3fa435a

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
@@ -6,7 +6,7 @@
66
from distutils.core import setup
77

88
setup(name = "ws4py",
9-
version = '0.3.1-beta',
9+
version = '0.3.2-beta',
1010
description = "WebSocket library for Python",
1111
maintainer = "Sylvain Hellegouarch",
1212
maintainer_email = "sh@defuze.org",

ws4py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import logging
3030

3131
__author__ = "Sylvain Hellegouarch"
32-
__version__ = "0.3.1-beta"
32+
__version__ = "0.3.2-beta"
3333
__all__ = ['WS_KEY', 'WS_VERSION', 'configure_logger', 'format_addresses']
3434

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

0 commit comments

Comments
 (0)