change version number

This commit is contained in:
liris 2015-04-01 10:11:50 +09:00
parent 327fe5cd97
commit 802bc13ee8
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
from setuptools import setup
import sys
VERSION = "0.27.0"
VERSION = "0.28.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.27.0"
__version__ = "0.28.0"