Release v0.3.0

This commit is contained in:
Ben Nuttall
2015-09-22 16:34:25 +01:00
parent 74045c794a
commit 1bc5a5fa92
2 changed files with 2 additions and 2 deletions

View File

@@ -39,4 +39,4 @@ atexit.register(gpiozero_shutdown)
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
__version__ = '0.2.0'
__version__ = '0.3.0'

View File

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