Create v2.2.0 release

This commit is contained in:
Christopher C. Wells 2024-01-20 06:35:12 -08:00
parent 400084ba34
commit 27d4a9e98d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ r"""
""" # noqa """ # noqa
__title__ = "Baby Buddy" __title__ = "Baby Buddy"
__version__ = "2.1.2" __version__ = "2.2.0"
__license__ = "BSD 2-Clause" __license__ = "BSD 2-Clause"
VERSION = __version__ VERSION = __version__