We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1e549 commit 4fdca78Copy full SHA for 4fdca78
pyscrypt/__init__.py
@@ -35,6 +35,6 @@
35
from pyscrypt.file import InvalidScryptFileFormat, ScryptFile
36
from pyscrypt.hash import hash
37
38
-VERSION = [1, 2, 1]
+VERSION = [1, 3, 0]
39
40
__all__ = ['hash', 'InvalidScryptFileFormat', 'ScryptFile']
0 commit comments