From 3db354710a9e64b959037944b4beee97e5198259 Mon Sep 17 00:00:00 2001 From: Mark Liffiton Date: Wed, 1 Jan 2020 11:20:01 -0600 Subject: [PATCH] Bump WiringPi version to 2.60 with RPi 4 support. --- WiringPi | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WiringPi b/WiringPi index 093e0a1..5bbb6e3 160000 --- a/WiringPi +++ b/WiringPi @@ -1 +1 @@ -Subproject commit 093e0a17a40e064260c1f3233b1ccdf7e4c66690 +Subproject commit 5bbb6e34b854a1a911e85145741681b875aec1a4 diff --git a/setup.py b/setup.py index c908da6..2d83e0e 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ _wiringpi = Extension( setup( name = 'wiringpi', - version = '2.46.0', + version = '2.60.0', ext_modules = [ _wiringpi ], py_modules = ["wiringpi"], install_requires=[],