Skip to content

Commit

Permalink
Bump version: 0.4.5 → 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Sep 30, 2019
1 parent d8adb80 commit 69e0ad5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.5
# Fast Autocomplete 0.4.6

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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.5
current_version = 0.4.6
commit = True
tag = True
tag_name = {new_version}
Expand Down
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.4.5'
version = '0.4.6'


def get_reqs(filename):
Expand Down

0 comments on commit 69e0ad5

Please sign in to comment.