Maxime “pep” Buquet
c16d3f1cd9
I would have bumped to 0.8.1 only for a deprecation notice fix, but it seems poezio breaks without this fix for some users.. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
13 lines
286 B
Python
13 lines
286 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
Slixmpp OMEMO plugin
|
|
Copyright (C) 2019 Maxime “pep” Buquet <pep@bouah.net>
|
|
This file is part of slixmpp-omemo.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
__version__ = "0.9.0"
|
|
__version_info__ = (0, 9, 0)
|