bump version number for 3.1.1
Showing
... | ... | @@ -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.0" | ||
__version__ = "3.1.1" | ||
__author__ = "Damir Jelić" | ||
__author_email__ = "[email protected]" | ||
__license__ = "Apache 2.0" | ||
... | ... |
Please register or sign in to comment