start new project

This commit is contained in:
liris 2015-04-28 09:14:54 +09:00
parent 5bfad93a7f
commit 74f3f53897
2 changed files with 2 additions and 2 deletions

View File

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

View File

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