From bac8ca7802010a8b308c405831ea7fdfa00d630b Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 16 Apr 2019 14:29:52 -0400 Subject: prepare for 3.1.0 release --- python/olm/__version__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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ć" -- cgit v1.2.3