Bump version: 0.7.1 → 0.7.2
This commit is contained in:
parent
c873b767e7
commit
05b7e2e34a
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
|
@ -13,7 +13,7 @@ Example:
|
|||
"""
|
||||
__author__ = 'Tal Einat'
|
||||
__email__ = 'taleinat@gmail.com'
|
||||
__version__ = '0.7.1'
|
||||
__version__ = '0.7.2'
|
||||
|
||||
__all__ = [
|
||||
'find_near_matches',
|
||||
|
|
Loading…
Reference in New Issue