diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-16 14:29:52 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-17 17:31:01 -0400 |
commit | bac8ca7802010a8b308c405831ea7fdfa00d630b (patch) | |
tree | 5c58acb4043153a65c2966c4c12d5c135f04d4cd /python | |
parent | 0d0169c839d7c7956c300d36b1757a174b059c44 (diff) |
prepare for 3.1.0 release
Diffstat (limited to 'python')
-rw-r--r-- | python/olm/__version__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/olm/__version__.py b/python/olm/__version__.py index f75231a..1fde285 100644 --- a/python/olm/__version__.py +++ b/python/olm/__version__.py @@ -2,8 +2,8 @@ __title__ = "python-olm" __description__ = ("python CFFI bindings for the olm " "cryptographic ratchet library") __url__ = "https://github.com/poljar/python-olm" -__version__ = "3.0.0" +__version__ = "3.1.0" __author__ = "Damir Jelić" __author_email__ = "poljar@termina.org.uk" __license__ = "Apache 2.0" -__copyright__ = "Copyright 2018 Damir Jelić" +__copyright__ = "Copyright 2018-2019 Damir Jelić" |