Skip to content

Commit 4fdca78

Browse files
committed
Removed slowaes, now completely MIT licensed.
1 parent fb1e549 commit 4fdca78

File tree

4 files changed

+174
-664
lines changed

4 files changed

+174
-664
lines changed

pyscrypt/__init__.py

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

38-
VERSION = [1, 2, 1]
38+
VERSION = [1, 3, 0]
3939

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

0 commit comments

Comments
 (0)