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'