From d33ffd3d8cec989e6e00a28ac83ad321b46ae6ec Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 20 Jan 2022 01:01:48 -0500 Subject: [PATCH] Bump feature version --- peewee_plus.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/peewee_plus.py b/peewee_plus.py index d36abc7..b8b062a 100644 --- a/peewee_plus.py +++ b/peewee_plus.py @@ -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/" diff --git a/pyproject.toml b/pyproject.toml index d1f5046..5a23593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/"