From 0a1f753f12a0434886d5e5a1d44836c5ebc2d88d Mon Sep 17 00:00:00 2001 From: bluezr Date: Sat, 20 Aug 2022 13:30:05 -0700 Subject: [PATCH] fixate v1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])