Release v0.2.0

This commit is contained in:
Ben Nuttall
2015-09-21 11:20:21 +01:00
parent 6c98086bff
commit a07f89c561
2 changed files with 2 additions and 1 deletions

View File

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