diff options
author | engn33r <engn33r@users.noreply.github.com> | 2022-08-24 00:00:00 +0000 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2022-08-24 00:00:00 +0000 |
commit | 14b102d809295328fcf9fa87b396eff05b2d039f (patch) | |
tree | 815604b100a0772defe74252f534f087a2ada2ab /setup.py | |
parent | 510583d434cdd64c0a6f53253b6336300365c153 (diff) | |
download | websocket-client-14b102d809295328fcf9fa87b396eff05b2d039f.tar.gz |
1.4.0v1.4.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [] |