diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-30 18:25:21 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-30 18:25:21 -0400 |
commit | 769d013ef7b20757d2f83ab2e933f660e38de2a7 (patch) | |
tree | 749faa57b9adbe1ee762b0ad0e5f8fa1f71e1f20 /python | |
parent | 69feb86c01838cffdfbfdb5dc7d9432667832d95 (diff) |
release 3.1.23.1.2
Diffstat (limited to 'python')
-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 e4ec665..3ce140b 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.1" +__version__ = "3.1.2" __author__ = "Damir Jelić" __author_email__ = "poljar@termina.org.uk" __license__ = "Apache 2.0" |