Skip to content

Commit ef5bff9

Browse files
committed
Fix another version number
1 parent 7ef5fdb commit ef5bff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup-win.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
from setuptools.extension import Extension
77

88
# you need to download https://www.jadaktech.com/documentation/rfid/mercuryapi
9-
# https://www.jadaktech.com/wp-content/uploads/2018/11/mercuryapi-1.31.2.zip
9+
# https://www.jadaktech.com/wp-content/uploads/2019/10/mercuryapi-1.31.1.36-2.zip
1010
# FIXME: make sure the patch matches the mercuryapi version you have
11-
mercuryapi = "mercuryapi-1.31.2.40/c/src/"
11+
mercuryapi = "mercuryapi-1.31.1.36/c/src/"
1212

1313
setup(name="mercuryapi", version="0.5.3",
1414
ext_modules=[Extension("mercury",

0 commit comments

Comments
 (0)