Skip to content

Commit 462a8ba

Browse files
authored
Update scrypt.py
1 parent 4550533 commit 462a8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scrypt/scrypt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import importlib.util
2424
_scrypt = cdll.LoadLibrary(importlib.util.find_spec('_scrypt').origin)
2525

26-
__version__ = '0.8.18'
26+
__version__ = '0.8.22'
2727

2828
_scryptenc_buf = _scrypt.exp_scryptenc_buf
2929
_scryptenc_buf.argtypes = [c_char_p, # const uint_t *inbuf

0 commit comments

Comments
 (0)