Skip to content

Commit 832cab5

Browse files
authored
Websocket-client updated to 1.0.1 from 0.40.0
1 parent a8480c5 commit 832cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/websocket-client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class WebSocketClient(Recipe):
1717

1818
url = 'https://github.com/websocket-client/websocket-client/archive/v{version}.tar.gz'
1919

20-
version = '0.40.0'
20+
version = '1.0.1'
2121

2222
# patches = ['websocket.patch'] # Paths relative to the recipe dir
2323

0 commit comments

Comments
 (0)