From e41e02dea3961d06921383cc6b2d2f659d6c5cbb Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 4 Apr 2022 20:58:19 -0700 Subject: [PATCH] v1.0.1 --- flask_bcrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_bcrypt.py b/flask_bcrypt.py index 1a18f7c..994985a 100644 --- a/flask_bcrypt.py +++ b/flask_bcrypt.py @@ -11,7 +11,7 @@ from __future__ import absolute_import from __future__ import print_function -__version_info__ = ('1', '0', '0') +__version_info__ = ('1', '0', '1') __version__ = '.'.join(__version_info__) __author__ = 'Max Countryman' __license__ = 'BSD'