diff options
author | engn33r <engn33r@users.noreply.github.com> | 2023-01-26 00:00:00 +0000 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2023-01-26 00:00:00 +0000 |
commit | 91b76c8b1b34d08b56bc7e27fffd8e194174b5ba (patch) | |
tree | 350fc75bf0e670f1656ee39353dd3b0023cf05a1 /setup.py | |
parent | 8af1cbb17f5f12c9999fc56adf7b0187a1714174 (diff) | |
download | websocket-client-91b76c8b1b34d08b56bc7e27fffd8e194174b5ba.tar.gz |
1.5.0v1.5.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.4.2" +VERSION = "1.5.0" install_requires = [] tests_require = [] |