Add missing comma

This commit is contained in:
Ben Nuttall
2015-09-22 18:23:56 +01:00
parent b878905f4d
commit 8fe2a9d8ca
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ from .output_devices import (
) )
from .boards import ( from .boards import (
TrafficLights, TrafficLights,
PiTraffic PiTraffic,
FishDish, FishDish,
TrafficHat TrafficHat
PiLiter, PiLiter,
@@ -41,4 +41,4 @@ atexit.register(gpiozero_shutdown)
GPIO.setmode(GPIO.BCM) GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False) GPIO.setwarnings(False)
__version__ = '0.3.1' __version__ = '0.3.2'

View File

@@ -8,7 +8,7 @@ def read(fname):
setup( setup(
name="gpiozero", name="gpiozero",
version="0.3.1", version="0.3.2",
author="Ben Nuttall", author="Ben Nuttall",
description="A simple interface to everyday GPIO components used with Raspberry Pi", description="A simple interface to everyday GPIO components used with Raspberry Pi",
license="BSD", license="BSD",