poezio-omemo/poezio_plugins/omemo/version.py
Maxime “pep” Buquet e82f4aefd4
Initial commit. Import from poezio!18
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-24 20:20:10 +01:00

18 lines
414 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2019 Maxime “pep” Buquet <pep@bouah.net>
#
# Distributed under terms of the GPLv3+ license.
"""
Slixmpp OMEMO plugin
Copyright © 2019 Maxime “pep” Buquet <pep@bouah.net>
This file is part of poezio-omemo.
See the file LICENSE for copying permission.
"""
__version__ = "0.1.0"
__version_info__ = (0, 1, 0)