From 905d10bd39b39a014fc2d41fbc91ede45d646d5b Mon Sep 17 00:00:00 2001 From: Sep Dehpour Date: Tue, 10 Dec 2019 13:29:35 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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):