summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
commit91b76c8b1b34d08b56bc7e27fffd8e194174b5ba (patch)
tree350fc75bf0e670f1656ee39353dd3b0023cf05a1 /setup.py
parent8af1cbb17f5f12c9999fc56adf7b0187a1714174 (diff)
downloadwebsocket-client-91b76c8b1b34d08b56bc7e27fffd8e194174b5ba.tar.gz
1.5.0v1.5.0
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 cb14d1c..e617322 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
-VERSION = "1.4.2"
+VERSION = "1.5.0"
install_requires = []
tests_require = []