start v0.27

This commit is contained in:
liris 2015-03-11 11:12:01 +09:00
parent c616e43f68
commit c1576c8c19
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
from setuptools import setup
import sys
VERSION = "0.26.0"
VERSION = "0.27.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.26.0"
__version__ = "0.27.0"