Skip to content

Commit 1fc33ee

Browse files
committed
bumping to 0.2.4
1 parent f872ae0 commit 1fc33ee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = '0.2'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.2.3'
59+
release = '0.2.4'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

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.3',
8+
version = '0.2.4',
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
@@ -29,7 +29,7 @@
2929
from ws4py.compat import enc
3030

3131
__author__ = "Sylvain Hellegouarch"
32-
__version__ = "0.2.3"
32+
__version__ = "0.2.4"
3333
__all__ = ['WS_KEY', 'WS_VERSION']
3434

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

0 commit comments

Comments
 (0)