Skip to content

Commit 0e550f0

Browse files
committed
Prepare for a new version
1 parent 819fa0a commit 0e550f0

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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-2018 Petr Gotthard
3+
Copyright (c) 2016-2019 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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,3 +541,10 @@ user to the `dialout` group:
541541
```bash
542542
sudo usermod -a -G dialout $USER
543543
```
544+
545+
## Copyright and Licensing
546+
547+
The python-mercuryapi is distributed under the terms of the MIT License.
548+
See the [LICENSE](LICENSE).
549+
550+
Copyright (c) 2016-2019 Petr Gotthard

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-2018 Petr Gotthard <[email protected]>
2+
* Copyright (c) 2016-2019 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.31.2.40/c/src/"
1212

13-
setup(name="mercuryapi", version="0.4.2",
13+
setup(name="mercuryapi", version="0.5.0",
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.4.2",
12+
setup(name="python-mercuryapi", version="0.5.0",
1313
author="Petr Gotthard",
1414
author_email="[email protected]",
1515
description="Python wrapper for the ThingMagic Mercury API",

0 commit comments

Comments
 (0)