From 1cc117110959225d8b629e41b49b8b580ae24a19 Mon Sep 17 00:00:00 2001 From: liris Date: Thu, 17 Jul 2014 14:57:28 +0900 Subject: [PATCH] - 0.16.0a --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]