Add manifest and bump version

Oops. Forgot to include _some_ files in the tarball..

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-27 09:02:56 +00:00
parent 34226fbea7
commit b5f9eb7e87
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 3 additions and 2 deletions

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include slixmpp_omemo/*.py

View file

@ -9,5 +9,5 @@
See the file LICENSE for copying permission.
"""
__version__ = "0.1.0"
__version_info__ = (0, 1, 0)
__version__ = "0.1.1"
__version_info__ = (0, 1, 1)