From ac482aec2222c0ccf9e963fbe153cbe91d383b55 Mon Sep 17 00:00:00 2001 From: Seperman Date: Tue, 19 Jan 2021 12:33:22 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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: