Skip to content

Commit

Permalink
Version 0.1.5.1
Browse files Browse the repository at this point in the history
* New version to fix PyPi packaging issue.
  • Loading branch information
red-coracle committed Jun 15, 2019
1 parent e52c35b commit f6e77f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_argon2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from __future__ import print_function
# from sys import version_info

__version_info__ = ('0', '1', '5', '0')
__version_info__ = ('0', '1', '5', '1')
__version__ = '.'.join(__version_info__)
__author__ = 'DominusTemporis'
__license__ = 'MIT'
Expand Down

0 comments on commit f6e77f8

Please sign in to comment.