Bump version to v1.7.0

This commit is contained in:
Christopher C. Wells 2021-07-07 20:11:54 -07:00
parent 73a04af9b2
commit 67e78fec8c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
""" # noqa
__title__ = 'Baby Buddy'
__version__ = '1.6.0'
__version__ = '1.7.0'
__license__ = 'BSD 2-Clause'
VERSION = __version__