This commit is contained in:
liris 2014-12-11 09:51:06 +09:00
parent 6c24ace2bc
commit 21c65a6508
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
from setuptools import setup
import sys
VERSION = "0.22.0"
VERSION = "0.23.0"
NAME="websocket-client"
install_requires = ["six"]

@ -21,4 +21,4 @@ Copyright (C) 2010 Hiroki Ohtani(liris)
from ._core import *
from ._app import WebSocketApp
__version__ = "0.22.0"
__version__ = "0.23.0"