diff options
author | engn33r <engn33r@users.noreply.github.com> | 2021-05-21 21:16:14 -0400 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2021-05-21 21:16:14 -0400 |
commit | b3dba5f881dfc9df0f4a401765ba757a74b99892 (patch) | |
tree | e60e312a1849d5b9f406ea4e93166bf6c12faa99 /setup.py | |
parent | 0e4298a7b1876f3f8ad97b1ab27f3b283d6ea148 (diff) | |
download | websocket-client-b3dba5f881dfc9df0f4a401765ba757a74b99892.tar.gz |
1.0.1v1.0.1
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 = "1.0.0" +VERSION = "1.0.1" install_requires = [] tests_require = [] |