diff options
author | engn33r <engn33r@users.noreply.github.com> | 2022-02-25 15:55:07 -0500 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2022-02-25 15:55:07 -0500 |
commit | db1f2cca25d9ca5c91ad678d04bada730a77ecdf (patch) | |
tree | ed100f8708531ac0ee3633e8c6c1ca579209cc66 /setup.py | |
parent | c123c3c735309863c1a9f086662cf9a3f1c0e649 (diff) | |
download | websocket-client-db1f2cca25d9ca5c91ad678d04bada730a77ecdf.tar.gz |
1.3.1v1.3.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ import sys from setuptools import setup, find_packages import pkg_resources -VERSION = "1.3.0" +VERSION = "1.3.1" install_requires = [] tests_require = [] |