Skip to content

Commit

Permalink
Bumbed minor version (util functions are now inline).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 19, 2014
1 parent 7a89320 commit 1632454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyscrypt/__init__.py
Expand Up @@ -35,6 +35,6 @@
from .file import InvalidScryptFileFormat, ScryptFile
from .hash import hash

VERSION = [1, 4, 1]
VERSION = [1, 5, 0]

__all__ = ['hash', 'InvalidScryptFileFormat', 'ScryptFile']
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
reference and details.'''

setup(name = 'pyscrypt',
version = '1.4.1',
version = '1.5.0',
description = 'Pure-Python Implementation of the scrypt password-based key derivation function and scrypt file format library',
long_description = LONG_DESCRIPTION,
author = 'Richard Moore',
Expand Down

0 comments on commit 1632454

Please sign in to comment.