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:
parent
34226fbea7
commit
b5f9eb7e87
2 changed files with 3 additions and 2 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
|||
include slixmpp_omemo/*.py
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue