Skip to content

Commit 1632454

Browse files
committed
Bumbed minor version (util functions are now inline).
1 parent 7a89320 commit 1632454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyscrypt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
from .file import InvalidScryptFileFormat, ScryptFile
3636
from .hash import hash
3737

38-
VERSION = [1, 4, 1]
38+
VERSION = [1, 5, 0]
3939

4040
__all__ = ['hash', 'InvalidScryptFileFormat', 'ScryptFile']

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
reference and details.'''
99

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

0 commit comments

Comments
 (0)