diff --git a/setup.py b/setup.py index 9194770..73a13cb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys -VERSION = "0.19.0" +VERSION = "0.20.0" NAME="websocket-client" install_requires = ["six"]