olm/python/olm/__version__.py

10 lines
353 B
Python
Raw Normal View History

__title__ = "python-olm"
__description__ = ("python CFFI bindings for the olm "
"cryptographic ratchet library")
__url__ = "https://github.com/poljar/python-olm"
2022-12-05 23:58:00 +01:00
__version__ = "3.2.14"
__author__ = "Damir Jelić"
__author_email__ = "poljar@termina.org.uk"
__license__ = "Apache 2.0"
2019-04-16 20:29:52 +02:00
__copyright__ = "Copyright 2018-2019 Damir Jelić"