Skip to content

Commit 432f288

Browse files
committed
Prepare for release
1 parent 86a6247 commit 432f288

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Petr Gotthard
3+
Copyright (c) 2016-2018 Petr Gotthard
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

mercury.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 Petr Gotthard <[email protected]>
2+
* Copyright (c) 2016-2018 Petr Gotthard <[email protected]>
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

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.29.4.34/c/src/"
1212

13-
setup(name="mercuryapi", version="0.3",
13+
setup(name="mercuryapi", version="0.4",
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
@@ -1,7 +1,7 @@
11
# python3 setup.py build
22

33
from setuptools import setup, Extension
4-
setup(name="mercuryapi", version="0.2",
4+
setup(name="mercuryapi", version="0.4",
55
ext_modules=[Extension("mercury",
66
sources=["mercury.c"],
77
libraries=["mercuryapi", "ltkc", "ltkctm"],

0 commit comments

Comments
 (0)