Skip to content

Commit

Permalink
Bump version: 0.7.2 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Oct 12, 2021
1 parent 3214d82 commit a734131
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.7.2
# Fast Autocomplete 0.8.0

[zepworks.com](https://zepworks.com)

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.7.2
current_version = 0.8.0
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.7.2'
version = '0.8.0'


try:
Expand Down

0 comments on commit a734131

Please sign in to comment.