diff --git a/README.md b/README.md index dfe28f1..2b18380 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Fast Autocomplete 0.5.0 +# Fast Autocomplete 0.6.0 Fast autocomplete using Directed Word Graph (DWG) and Levenshtein Edit Distance. diff --git a/setup.cfg b/setup.cfg index ce373a0..862df16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index f8e9b05..d4e916e 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.5.0' +version = '0.6.0' def get_reqs(filename):