diff --git a/setup.py b/setup.py index dccaccc..c3b2b09 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,6 @@ include_dirs=['.']) setup (name = 'yescrypt', - version = '1.0', + version = '1.1', description = 'Bindings for yescrypt proof of work', ext_modules = [yescrypt_module])