diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-23 12:58:10 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-23 12:58:10 -0400 |
commit | ff24af601a18e2dbc1a0bc7aed87936c83d79cd2 (patch) | |
tree | 9c6706ef8e99ee6da2fc9fa28adff91ee9fe78ae /python | |
parent | 9acfd1791edc3ab7750dcb53ae277c8a33296532 (diff) |
prepare release 3.0.0
Diffstat (limited to 'python')
-rw-r--r-- | python/olm/__version__.py | 2 |
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" |