Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit 38180a8

Browse files
committed
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.
1 parent 22baf0d commit 38180a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
requires.append('spidev')
1212

1313
setup(name = 'Adafruit_GPIO',
14-
version = '0.6.6',
14+
version = '0.7',
1515
author = 'Tony DiCola',
1616
author_email = 'tdicola@adafruit.com',
1717
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

Comments
 (0)