This commit is contained in:
liris 2015-05-29 08:03:17 +09:00
parent 54ad596c24
commit 41bd2d4d96
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
from setuptools import setup
import sys
VERSION = "0.31.0"
VERSION = "0.32.0"
NAME="websocket_client"
install_requires = ["six"]

@ -22,4 +22,4 @@ Copyright (C) 2010 Hiroki Ohtani(liris)
from ._core import *
from ._app import WebSocketApp
__version__ = "0.31.0"
__version__ = "0.32.0"