Skip to content

Commit 5a51f2b

Browse files
authored
Merge pull request #2458 from kivy/Websocket_0_4_0_to_1_0_1
Websocket-client updated to 1.0.1 from 0.40.0
2 parents a8480c5 + 832cab5 commit 5a51f2b

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)