From e0605bb5a730da7999a9211deb9ce570a876fe42 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Mon, 22 Apr 2024 22:35:23 +0800 Subject: [PATCH] Work on 1.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2385a0f..54d9bfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Flask-Mailman" -version = "1.0.0" +version = "1.1.1-dev" description = "Porting Django's email implementation to your Flask applications." authors = ["Waynerv "] license = "BSD-3-Clause"