For more information, please refer to <http://unlicense.org/>
*/
-/* pigpio version 67 */
+/* pigpio version 68 */
/* include ------------------------------------------------------- */
#include <stdint.h>
#include <pthread.h>
-#define PIGPIO_VERSION 67
+#define PIGPIO_VERSION 68
/*TEXT
import os
import atexit
-VERSION = "1.41"
+VERSION = "1.42"
exceptions = True
from distutils.core import setup
setup(name='pigpio',
- version='1.41',
+ version='1.42',
author='joan',
author_email='joan@abyz.me.uk',
maintainer='joan',