Bump version to 1.3.1

This commit is contained in:
Ethan Paul 2023-10-13 14:29:52 -04:00
parent e96999ed43
commit f6e3870067
Signed by: enpaul
GPG Key ID: 07F53B438281D181
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "peewee-plus"
version = "1.3.0"
version = "1.3.1"
description = "Various extensions, helpers, and utilities for Peewee"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
repository = "https://github.com/enpaul/peewee-plus/"