Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Jan 14, 2020
1 parent b89dcd9 commit eb0d34c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.2
current_version = 0.7.0
commit = True
tag = True

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

setup(
name='fuzzysearch',
version='0.6.2',
version='0.7.0',
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
Expand Up @@ -13,7 +13,7 @@
"""
__author__ = 'Tal Einat'
__email__ = 'taleinat@gmail.com'
__version__ = '0.6.2'
__version__ = '0.7.0'

__all__ = [
'find_near_matches',
Expand Down

0 comments on commit eb0d34c

Please sign in to comment.