diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-09 12:33:47 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-09 12:33:47 -0400 |
commit | 6753595300767dd70150831dbbe6f92d64e75038 (patch) | |
tree | bcd427de0c8a87d419d308f3280e9cabb549a491 /python/olm/__version__.py | |
parent | 387deeea8f66c93d84083790fd7b90bee0007ef9 (diff) |
release 3.1.43.1.4
Diffstat (limited to 'python/olm/__version__.py')
-rw-r--r-- | python/olm/__version__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/olm/__version__.py b/python/olm/__version__.py index b70cb89..9ae5077 100644 --- a/python/olm/__version__.py +++ b/python/olm/__version__.py @@ -2,7 +2,7 @@ __title__ = "python-olm" __description__ = ("python CFFI bindings for the olm " "cryptographic ratchet library") __url__ = "https://github.com/poljar/python-olm" -__version__ = "3.1.3" +__version__ = "3.1.4" __author__ = "Damir Jelić" __author_email__ = "poljar@termina.org.uk" __license__ = "Apache 2.0" |