Skip to content

Commit 3b5cbd4

Browse files
committed
bump version to 1.0.2
1 parent dab24b3 commit 3b5cbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flask_bcrypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from __future__ import absolute_import
1010
from __future__ import print_function
1111

12-
__version_info__ = ('1', '0', '1')
12+
__version_info__ = ('1', '0', '2')
1313
__version__ = '.'.join(__version_info__)
1414
__author__ = 'Suren Khorenyan'
1515
__license__ = 'BSD'

0 commit comments

Comments
 (0)