bump version to 0.6.1

This commit is contained in:
Tal Einat
2018-12-08 20:55:48 +02:00
parent e98fdf9360
commit 95bb6f38fe
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True

View File

@@ -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',

View File

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