This commit is contained in:
Ben Nuttall
2015-09-22 17:52:19 +01:00
parent b16127dd39
commit 65d363b7ed
4 changed files with 30 additions and 19 deletions

View File

@@ -22,11 +22,13 @@ from .output_devices import (
LED,
Buzzer,
Motor,
Robot,
)
from .boards import (
TrafficLights,
PiTraffic,
PiTraffic
FishDish,
TrafficHat
PiLiter,
)
@@ -39,4 +41,4 @@ atexit.register(gpiozero_shutdown)
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
__version__ = '0.3.0'
__version__ = '0.3.1'