summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2010-12-30 21:08:56 +0900
committerliris <liris.pp@gmail.com>2010-12-30 21:08:56 +0900
commit868722ffa97a9f03cf129ca751559444a74a5974 (patch)
tree498ec94d09de26bfe81ccea1666460a7d06119db
parent74dc479db1fd6d5e4b97144403bf2ccf1b66e450 (diff)
downloadwebsocket-client-868722ffa97a9f03cf129ca751559444a74a5974.tar.gz
version 0.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",