new version

This commit is contained in:
liris
2016-01-04 15:13:26 +09:00
parent a00c58f058
commit 065f4f4148
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from setuptools import setup
import sys
VERSION = "0.34.0"
VERSION = "0.35.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.34.0"
__version__ = "0.35.0"