From 85e50461c6d5f70099aebff2dee635e2c84cbc48 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Fri, 11 Dec 2020 03:38:56 +0300 Subject: [PATCH] Version updated --- maigret/maigret.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",