slixmpp-omemo/slixmpp_omemo/version.py

14 lines
286 B
Python
Raw Normal View History

#!/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.5.0"
__version_info__ = (0, 5, 0)