diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-11 11:47:50 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-11 11:47:50 -0400 |
commit | 8a958beb483b41eda34622c778983421baa7b06d (patch) | |
tree | 4874ef796125b28b94b5634c9defbe5f36502ad5 /python/olm/__version__.py | |
parent | 9349c1b82bda4188f4fda85b1214abf50e994a7f (diff) |
bump version info for release3.1.5
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 9ae5077..f472a89 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.4" +__version__ = "3.1.5" __author__ = "Damir Jelić" __author_email__ = "poljar@termina.org.uk" __license__ = "Apache 2.0" |