diff --git a/setup.py b/setup.py index a616b9b..5a73a1b 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,6 @@ include_dirs=['.']) setup (name = 'ltc_scrypt', - version = '1.0', + version = '1.0.1', description = 'Bindings for scrypt proof of work used by Litecoin', ext_modules = [ltc_scrypt_module])