summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-05-04 21:33:13 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-05-04 21:33:13 -0400
commit8f072582d4bc21bb19fb4adee55a305da12790c1 (patch)
tree47e3d11415b75139fd7cce3ef330204a438e254a /setup.py
parent5d54a56f89ad845f202245cf762916fa15a97ab5 (diff)
downloadwebsocket-client-python2.tar.gz
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 8a666f1..0b743a2 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ import sys
from setuptools import setup
import pkg_resources
-VERSION = "0.58.0"
+VERSION = "0.59.0"
install_requires = ["six"]
tests_require = []