This commit is contained in:
Roy Hyunjin Han 2013-05-08 00:36:09 -07:00
commit 9a13cd5fb7
3 changed files with 5 additions and 7 deletions

View file

@ -9,7 +9,7 @@ CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
setup(
name='socketIO-client',
version='0.4',
version='0.5',
description='A socket.io client library',
long_description=README + '\n\n' + CHANGES,
license='MIT',