Skip to content

Commit 0276ad4

Browse files
committed
Bump version
1 parent 3489898 commit 0276ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-win.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# FIXME: make sure the patch matches the mercuryapi version you have
1111
mercuryapi = "mercuryapi-1.31.2.40/c/src/"
1212

13-
setup(name="mercuryapi", version="0.5.0",
13+
setup(name="mercuryapi", version="0.5.1",
1414
ext_modules=[Extension("mercury",
1515
[mercuryapi + "api/hex_bytes.c",
1616
mercuryapi + "api/llrp_reader.c",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def run(self):
99
os.system("make mercuryapi")
1010
build.run(self)
1111

12-
setup(name="python-mercuryapi", version="0.5.0",
12+
setup(name="python-mercuryapi", version="0.5.1",
1313
author="Petr Gotthard",
1414
author_email="[email protected]",
1515
description="Python wrapper for the ThingMagic Mercury API",

0 commit comments

Comments
 (0)