diff --git a/MANIFEST.in b/MANIFEST.in index e87078c..96ad52a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include davtelepot/ietf_language_tags.csv exclude davtelepot/test*.py exclude davtelepot/data/* include davtelepot/data/__init__.py +exclude */secrets.py diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 6f9f793..8f8f7f3 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -7,7 +7,7 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __credits__ = ["Marco Origlia", "Nick Lee @Nickoala"] __license__ = "GNU General Public License v3.0" -__version__ = "2.1.13" +__version__ = "2.1.14" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte"