Skip to content

Commit e1e2ac3

Browse files
committed
[omemo] updated to v0.10.4
1 parent 7f89fbb commit e1e2ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/omemo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class OmemoRecipe(PythonRecipe):
55
name = 'omemo'
6-
version = '0.10.3'
6+
version = '0.10.4'
77
url = 'https://pypi.python.org/packages/source/O/OMEMO/OMEMO-{version}.tar.gz'
88
site_packages_name = 'omemo'
99
depends = [

0 commit comments

Comments
 (0)