Skip to content

Commit 8b5dd8e

Browse files
committed
setup.py: Update bundled libusb1 dll to 1.0.28 .
1 parent f4cab9a commit 8b5dd8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
sys.exit(1)
3535

3636
CURRENT_WINDOWS_7Z_SHA256 = (
37-
'19835e290f46fab6bd8ce4be6ab7dc5209f1c04bad177065df485e51dc4118c8'
37+
'ce633f98c3ce6aec82be3c0d273ab8bdd160642174faba4eb47d8dcd92af7f05'
3838
)
39-
CURRENT_DLL_VERSION = '1.0.27.11882'
39+
CURRENT_DLL_VERSION = '1.0.28.11946'
4040

4141
cmdclass = versioneer.get_cmdclass()
4242
class upload(Command):

0 commit comments

Comments
 (0)