aboutsummaryrefslogtreecommitdiff
path: root/python/olm/__version__.py
blob: 1fde285f62ed08b0157d31d27a1db8b33e772d85 (plain)
1
2
3
4
5
6
7
8
9
__title__ = "python-olm"
__description__ = ("python CFFI bindings for the olm "
                   "cryptographic ratchet library")
__url__ = "https://github.com/poljar/python-olm"
__version__ = "3.1.0"
__author__ = "Damir Jelić"
__author_email__ = "poljar@termina.org.uk"
__license__ = "Apache 2.0"
__copyright__ = "Copyright 2018-2019 Damir Jelić"