diff --git a/README.md b/README.md index 79e3ae3..9090dab 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.cfg b/setup.cfg index 862df16..df896b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True tag = True tag_name = {new_version} @@ -14,4 +14,3 @@ builtins = json statistics = true ignore = E202 exclude = ./data,./src,./tests,.svn,CVS,.bzr,.hg,.git,__pycache__,./venv - diff --git a/setup.py b/setup.py index de31baf..371bbfb 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.6.0' +version = '0.7.0' try: