From ff8836b88fe94fcadf31a1f451b1978b92635120 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 23 Jul 2026 22:13:14 +0200 Subject: [PATCH] Update DLL version and SHA256 checksum to 10.0.30 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 34c556c..23aef87 100644 --- a/setup.py +++ b/setup.py @@ -34,9 +34,9 @@ sys.exit(1) CURRENT_WINDOWS_7Z_SHA256 = ( - '964a38152ca9a104cd00ec8d2f0617b89cd814f9b635e29763c68563d951521d' + '7fb1dfec805b97983763d7d0ae244320da12add1003d4249c96cc4d586398c79' ) -CURRENT_DLL_VERSION = '1.0.29.11953' +CURRENT_DLL_VERSION = '1.0.30.12037' cmdclass = versioneer.get_cmdclass() class upload(Command):