diff --git a/maigret/maigret.py b/maigret/maigret.py index 8240106..cf5f390 100755 --- a/maigret/maigret.py +++ b/maigret/maigret.py @@ -27,7 +27,7 @@ from .result import QueryResult, QueryStatus from .sites import SitesInformation -__version__ = '0.1.6' +__version__ = '0.1.7' supported_recursive_search_ids = ( 'yandex_public_id', diff --git a/setup.py b/setup.py index 973ee1b..078235f 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('requirements.txt') as rf: requires = rf.read().splitlines() setup(name='maigret', - version='0.1.6', + version='0.1.7', description='Collect a dossier on a person by username from a huge number of sites', long_description=long_description, long_description_content_type="text/markdown",