You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2019. It is now read-only.
Bump up version to 0.7. No breaking changes to existing interfaces, merely a version bump to differentiate library versions with event detection support from those without.
Copy file name to clipboardexpand all lines: setup.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
requires.append('spidev')
12
12
13
13
setup(name='Adafruit_GPIO',
14
-
version='0.6.6',
14
+
version='0.7',
15
15
author='Tony DiCola',
16
16
author_email='tdicola@adafruit.com',
17
17
description='Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries.',
0 commit comments