Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tal Einat committed Jul 6, 2017
1 parent b2b5531 commit d96aefa
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.3.0
current_version = 0.4.0
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 @@ -105,7 +105,7 @@ def run_setup(with_binary=True):

setup(
name='fuzzysearch',
version='0.3.0',
version='0.4.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
__author__ = 'Tal Einat'
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.4.0'

__all__ = [
'find_near_matches',
Expand Down

0 comments on commit d96aefa

Please sign in to comment.