From 29c15714ac9f5272e1adefc9c99b83420b409f63 Mon Sep 17 00:00:00 2001 From: liris Date: Wed, 25 Dec 2019 21:43:20 +0900 Subject: 0.57.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a4254b..433d0f7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools import setup import pkg_resources -VERSION = "0.56.0" +VERSION = "0.57.0" NAME = "websocket_client" install_requires = ["six"] -- cgit v1.2.1