version 0.2

This commit is contained in:
liris
2010-12-30 21:08:56 +09:00
parent 74dc479db1
commit 868722ffa9

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="websocket-client",
version="0.1",
version="0.2",
description="WebSocket client for python",
long_description=open("README").read(),
author="liris",