We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e2c33 commit e232fcdCopy full SHA for e232fcd
HISTORY.md
@@ -0,0 +1,7 @@
1
+0.1.6
2
+-----
3
+First release.
4
+
5
+0.1.7
6
7
+Websocket can send custom headers to server in ``handshake`` function. Author: [pluzmedia](https://github.com/pluzmedia)
setup.py
@@ -18,7 +18,7 @@
18
19
setuptools.setup(
20
name="micropython-async_websocket_client",
21
- version="0.1.6",
+ version="0.1.7",
22
description='Asynchronous websocket client for ESP32 controller.',
23
long_description_content_type="text/markdown",
24
long_description=README + '\n\n' + HISTORY,
0 commit comments