summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2013-03-04 09:37:42 +0900
committerliris <liris.pp@gmail.com>2013-03-04 09:37:42 +0900
commit502c80be05baa59ea126ad2ba53166e1723e05bb (patch)
tree5852d6c396ed6ef6ca4c18d4c85425fa5e5e6ab3 /setup.py
parent4a4b50ab23c5f7c6898db4a8b1ea9699838e3361 (diff)
downloadwebsocket-client-502c80be05baa59ea126ad2ba53166e1723e05bb.tar.gz
- fixed #29
- Passing socketopt parameter to Websocket ctor.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fdd978d..2e5c030 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import setup
-VERSION = "0.9.0"
+VERSION = "0.10.0"
setup(