Bump feature version

This commit is contained in:
Ethan Paul 2022-01-20 01:01:48 -05:00
parent b8a684cec7
commit d33ffd3d8c
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ import peewee
__title__ = "peewee-plus"
__version__ = "1.0.0"
__version__ = "1.1.0"
__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.0.0"
version = "1.1.0"
description = "Various extensions, helpers, and utilities for Peewee"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
repository = "https://github.com/enpaul/peewee-plus/"