diff --git a/setup.py b/setup.py index 2f4b9ed..b8197cc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys -VERSION = "0.26.0" +VERSION = "0.27.0" NAME="websocket_client" install_requires = ["six"] diff --git a/websocket/__init__.py b/websocket/__init__.py index 9e56687..daf229b 100644 --- a/websocket/__init__.py +++ b/websocket/__init__.py @@ -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"