Skip to content

Commit

Permalink
bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Jul 24, 2021
1 parent dab24b3 commit 3b5cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_bcrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from __future__ import absolute_import
from __future__ import print_function

__version_info__ = ('1', '0', '1')
__version_info__ = ('1', '0', '2')
__version__ = '.'.join(__version_info__)
__author__ = 'Suren Khorenyan'
__license__ = 'BSD'
Expand Down

0 comments on commit 3b5cbd4

Please sign in to comment.