summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-05-21 21:16:14 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-05-21 21:16:14 -0400
commitb3dba5f881dfc9df0f4a401765ba757a74b99892 (patch)
treee60e312a1849d5b9f406ea4e93166bf6c12faa99 /setup.py
parent0e4298a7b1876f3f8ad97b1ab27f3b283d6ea148 (diff)
downloadwebsocket-client-b3dba5f881dfc9df0f4a401765ba757a74b99892.tar.gz
1.0.1v1.0.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 55a8635..409327e 100644
--- a/setup.py
+++ b/setup.py
@@ -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 = []