From 5e8394ff5f708ee5f894c59da4eef366253db7be Mon Sep 17 00:00:00 2001 From: Andrey Semakin Date: Tue, 26 Nov 2019 13:25:48 +0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 461a78fc..7f9918af 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ __title__ = 'Flask-User' __description__ = 'Customizable User Authentication & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.' -__version__ = '1.0.2.1' +__version__ = '1.0.2.2' __url__ = 'https://github.com/lingthio/Flask-User' __author__ = 'Ling Thio' __author_email__= 'ling.thio@gmail.com'