Bump version to 1.0.0.

This commit is contained in:
Christopher Charbonneau Wells 2017-12-30 11:35:57 -05:00
parent a5c94455ca
commit 83b68d74f9
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"""
__title__ = 'Baby Buddy'
__version__ = '0.1.0'
__version__ = '1.0.0'
__license__ = 'BSD 2-Clause'
VERSION = __version__