diff options
author | engn33r <engn33r@users.noreply.github.com> | 2021-05-17 21:59:26 -0400 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2021-05-17 21:59:26 -0400 |
commit | b5ec9e9728d549258d9b9183c1857489bdf5c07f (patch) | |
tree | b15fce45b53c007143a779d66ad677cfa85a86a9 /setup.py | |
parent | 3c04a5d49dbb7ef3e8934cc6eda06b28e69c3fab (diff) | |
download | websocket-client-1.0.0.tar.gz |
1.0.0v1.0.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ import sys from setuptools import setup import pkg_resources -VERSION = "0.59.0" +VERSION = "1.0.0" install_requires = [] tests_require = [] |