summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2022-08-24 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2022-08-24 00:00:00 +0000
commit14b102d809295328fcf9fa87b396eff05b2d039f (patch)
tree815604b100a0772defe74252f534f087a2ada2ab /setup.py
parent510583d434cdd64c0a6f53253b6336300365c153 (diff)
downloadwebsocket-client-14b102d809295328fcf9fa87b396eff05b2d039f.tar.gz
1.4.0v1.4.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 4a792ba..a06b204 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.3.3"
+VERSION = "1.4.0"
install_requires = []
tests_require = []