File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656# The short X.Y version.
5757version = '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.
Original file line number Diff line number Diff line change 55 from distutils .core import setup
66
77setup (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" ,
Original file line number Diff line number Diff line change 2929from 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
3535WS_KEY = enc ("258EAFA5-E914-47DA-95CA-C5AB0DC85B11" )
You can’t perform that action at this time.
0 commit comments