diff options
author | liris <liris.pp@gmail.com> | 2018-12-15 14:43:24 +0900 |
---|---|---|
committer | liris <liris.pp@gmail.com> | 2018-12-15 14:43:24 +0900 |
commit | ed1b67ae908c9c7fd7ad21a11bf0afce7f331506 (patch) | |
tree | 11c45c31ab3ec747743d5ede97c32af1d010b806 /setup.py | |
parent | cfbf0a709609f32775e7630349ba7d693a5dd9ae (diff) | |
download | websocket-client-ed1b67ae908c9c7fd7ad21a11bf0afce7f331506.tar.gz |
start 0.55.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ import sys from setuptools import setup import pkg_resources -VERSION = "0.54.0" +VERSION = "0.55.0" NAME = "websocket_client" install_requires = ["six"] |