Bump version: 0.7.1 → 0.7.2

This commit is contained in:
Tal Einat 2020-05-07 17:10:29 +03:00
parent c873b767e7
commit 05b7e2e34a
No known key found for this signature in database
GPG Key ID: 613A98AF4C800CDA
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ def run_setup(with_binary=True):
setup(
name='fuzzysearch',
version='0.7.1',
version='0.7.2',
description='fuzzysearch is useful for finding approximate subsequence matches',
long_description=readme + '\n\n' + history,
author='Tal Einat',

View File

@ -13,7 +13,7 @@ Example:
"""
__author__ = 'Tal Einat'
__email__ = 'taleinat@gmail.com'
__version__ = '0.7.1'
__version__ = '0.7.2'
__all__ = [
'find_near_matches',