diff --git a/setup.py b/setup.py index 4737429..ea47df3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import sys -VERSION = "0.16.0" +VERSION = "0.16.0a" NAME="websocket-client" install_requires = ["six"]