File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 35
35
from .file import InvalidScryptFileFormat , ScryptFile
36
36
from .hash import hash
37
37
38
- VERSION = [1 , 6 , 1 ]
38
+ VERSION = [1 , 6 , 2 ]
39
39
40
40
__all__ = ['hash' , 'InvalidScryptFileFormat' , 'ScryptFile' ]
Original file line number Diff line number Diff line change 8
8
reference and details.'''
9
9
10
10
setup (name = 'pyscrypt' ,
11
- version = '1.6.1 ' ,
11
+ version = '1.6.2 ' ,
12
12
description = 'Pure-Python Implementation of the scrypt password-based key derivation function and scrypt file format library' ,
13
13
long_description = LONG_DESCRIPTION ,
14
14
author = 'Richard Moore' ,
18
18
classifiers = [
19
19
'Topic :: Security :: Cryptography' ,
20
20
'License :: OSI Approved :: MIT License' ,
21
+ 'Programming Language :: Python' ,
22
+ 'Programming Language :: Python :: 2' ,
23
+ 'Programming Language :: Python :: 3' ,
21
24
],
22
25
license = "License :: OSI Approved :: MIT License" ,
23
26
)
You can’t perform that action at this time.
0 commit comments