1
0
mirror of https://github.com/xtacocorex/CHIP_IO synced 2025-07-20 04:43:21 +00:00

README updates following the merge of PR#70 into master

This commit is contained in:
Robert Wolterman
2017-06-08 20:06:52 -05:00
parent 41d4b84c56
commit 6e93fad1de
6 changed files with 137 additions and 114 deletions

View File

@ -85,6 +85,6 @@ void define_constants(PyObject *module)
bcm = Py_BuildValue("i", BCM);
PyModule_AddObject(module, "BCM", bcm);
version = Py_BuildValue("s", "0.5.8");
version = Py_BuildValue("s", "0.5.9");
PyModule_AddObject(module, "VERSION", version);
}