Release v0.4.0

This commit is contained in:
Ben Nuttall
2015-09-23 11:20:43 +01:00
parent bb33b9aff3
commit 4a7d60f6a3
2 changed files with 1 additions and 3 deletions

View File

@@ -40,5 +40,3 @@ def gpiozero_shutdown():
atexit.register(gpiozero_shutdown)
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)
__version__ = '0.3.2'

View File

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