Skip to content

Commit

Permalink
Merge pull request #85 from alanhamlett/master
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
alanhamlett authored Apr 5, 2022
2 parents aefc389 + e41e02d commit d906452
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 @@ -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'
Expand Down

0 comments on commit d906452

Please sign in to comment.