diff --git a/setup.py b/setup.py index 981a37d..023a38d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys -VERSION = "0.17.0" +VERSION = "0.18.0" NAME="websocket-client" install_requires = ["six"]