We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e1cad commit e565929Copy full SHA for e565929
setup.py
@@ -6,6 +6,6 @@
6
include_dirs=['.'])
7
8
setup (name = 'yescrypt',
9
- version = '1.0',
+ version = '1.1',
10
description = 'Bindings for yescrypt proof of work',
11
ext_modules = [yescrypt_module])
0 commit comments