Bump version to 1.5.0

This commit is contained in:
Christopher C. Wells 2021-01-05 21:08:49 -08:00
parent 1b3f87ad8c
commit 448234abc3
1 changed files with 1 additions and 1 deletions

View File

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