start 0.26

This commit is contained in:
liris 2015-02-24 09:45:18 +09:00
parent 10bbe19c1a
commit 9d93216c13
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
from setuptools import setup
import sys
VERSION = "0.25.0"
VERSION = "0.26.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.25.0"
__version__ = "0.26.0"