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 a8480c5 commit 832cab5Copy full SHA for 832cab5
pythonforandroid/recipes/websocket-client/__init__.py
@@ -17,7 +17,7 @@ class WebSocketClient(Recipe):
17
18
url = 'https://github.com/websocket-client/websocket-client/archive/v{version}.tar.gz'
19
20
- version = '0.40.0'
+ version = '1.0.1'
21
22
# patches = ['websocket.patch'] # Paths relative to the recipe dir
23
0 commit comments