mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Release v0.2.0
This commit is contained in:
@@ -33,3 +33,4 @@ atexit.register(gpiozero_shutdown)
|
|||||||
GPIO.setmode(GPIO.BCM)
|
GPIO.setmode(GPIO.BCM)
|
||||||
GPIO.setwarnings(False)
|
GPIO.setwarnings(False)
|
||||||
|
|
||||||
|
__version__ = '0.2.0'
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -8,7 +8,7 @@ def read(fname):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gpiozero",
|
name="gpiozero",
|
||||||
version="0.1.0",
|
version="0.2.0",
|
||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user