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

Updating the version prior to merge of this branch into master

This commit is contained in:
Robert Wolterman
2016-07-09 22:26:50 -05:00
parent f6833db833
commit a9a2dbf862
3 changed files with 7 additions and 2 deletions

View File

@ -76,6 +76,6 @@ void define_constants(PyObject *module)
both_edge = Py_BuildValue("i", BOTH_EDGE);
PyModule_AddObject(module, "BOTH", both_edge);
version = Py_BuildValue("s", "0.0.8");
version = Py_BuildValue("s", "0.0.9");
PyModule_AddObject(module, "VERSION", version);
}