Bump version to 1.2.1

This commit is contained in:
2023-04-13 15:00:02 -04:00
parent 1fe2eff40a
commit 2ddf57a73f
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ import peewee
__title__ = "peewee-plus"
__version__ = "1.2.0"
__version__ = "1.2.1"
__license__ = "MIT"
__summary__ = "Various extensions, helpers, and utilities for Peewee"
__url__ = "https://github.com/enpaul/peewee-plus/"