Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Jan 19, 2021
1 parent fa1327d commit ac482ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fast Autocomplete 0.6.0
# Fast Autocomplete 0.7.0

Fast autocomplete using Directed Word Graph (DWG) and Levenshtein Edit Distance.

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.7.0
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -14,4 +14,3 @@ builtins = json
statistics = true
ignore = E202
exclude = ./data,./src,./tests,.svn,CVS,.bzr,.hg,.git,__pycache__,./venv

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.6.0'
version = '0.7.0'


try:
Expand Down

0 comments on commit ac482ae

Please sign in to comment.