From 868722ffa97a9f03cf129ca751559444a74a5974 Mon Sep 17 00:00:00 2001 From: liris Date: Thu, 30 Dec 2010 21:08:56 +0900 Subject: [PATCH] version 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",