aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2018-10-23 12:58:10 -0400
committerHubert Chathi <hubert@uhoreg.ca>2018-10-23 12:58:10 -0400
commitff24af601a18e2dbc1a0bc7aed87936c83d79cd2 (patch)
tree9c6706ef8e99ee6da2fc9fa28adff91ee9fe78ae /python
parent9acfd1791edc3ab7750dcb53ae277c8a33296532 (diff)
prepare release 3.0.0
Diffstat (limited to 'python')
-rw-r--r--python/olm/__version__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/olm/__version__.py b/python/olm/__version__.py
index dccfdd0..f75231a 100644
--- a/python/olm/__version__.py
+++ b/python/olm/__version__.py
@@ -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__ = "0.1"
+__version__ = "3.0.0"
__author__ = "Damir Jelić"
__author_email__ = "poljar@termina.org.uk"
__license__ = "Apache 2.0"