You've already forked fuzzysearch
mirror of
https://github.com/Dasharo/fuzzysearch.git
synced 2026-03-06 15:27:05 -08:00
bump version to 0.6.1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.6.0
|
||||
current_version = 0.6.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -111,7 +111,7 @@ def run_setup(with_binary=True):
|
||||
|
||||
setup(
|
||||
name='fuzzysearch',
|
||||
version='0.6.0',
|
||||
version='0.6.1',
|
||||
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.6.0'
|
||||
__version__ = '0.6.1'
|
||||
|
||||
__all__ = [
|
||||
'find_near_matches',
|
||||
|
||||
Reference in New Issue
Block a user