diff --git a/setup.py b/setup.py index 7b23ff2..6dab250 100644 --- a/setup.py +++ b/setup.py @@ -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",