This commit is contained in:
joan 2018-10-21 09:34:40 +01:00
parent 04d87539ba
commit bb352d2000
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/> For more information, please refer to <http://unlicense.org/>
*/ */
/* pigpio version 67 */ /* pigpio version 68 */
/* include ------------------------------------------------------- */ /* include ------------------------------------------------------- */

View File

@ -31,7 +31,7 @@ For more information, please refer to <http://unlicense.org/>
#include <stdint.h> #include <stdint.h>
#include <pthread.h> #include <pthread.h>
#define PIGPIO_VERSION 67 #define PIGPIO_VERSION 68
/*TEXT /*TEXT

View File

@ -300,7 +300,7 @@ import threading
import os import os
import atexit import atexit
VERSION = "1.41" VERSION = "1.42"
exceptions = True exceptions = True

View File

@ -3,7 +3,7 @@
from distutils.core import setup from distutils.core import setup
setup(name='pigpio', setup(name='pigpio',
version='1.41', version='1.42',
author='joan', author='joan',
author_email='joan@abyz.me.uk', author_email='joan@abyz.me.uk',
maintainer='joan', maintainer='joan',