Skip to content

Commit

Permalink
bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Apr 21, 2019
1 parent a8219a0 commit 67cfaa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run_setup(with_binary=True):

setup(
name='fuzzysearch',
version='0.6.1',
version='0.6.2',
description='fuzzysearch is useful for finding approximate subsequence matches',
long_description=readme + '\n\n' + history,
author='Tal Einat',
Expand Down
2 changes: 1 addition & 1 deletion src/fuzzysearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
__author__ = 'Tal Einat'
__email__ = '[email protected]'
__version__ = '0.6.1'
__version__ = '0.6.2'

__all__ = [
'find_near_matches',
Expand Down

0 comments on commit 67cfaa2

Please sign in to comment.