We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab24b3 commit 3b5cbd4Copy full SHA for 3b5cbd4
1 file changed
flask_bcrypt.py
@@ -9,7 +9,7 @@
9
from __future__ import absolute_import
10
from __future__ import print_function
11
12
-__version_info__ = ('1', '0', '1')
+__version_info__ = ('1', '0', '2')
13
__version__ = '.'.join(__version_info__)
14
__author__ = 'Suren Khorenyan'
15
__license__ = 'BSD'
0 commit comments