From db4c93940ec6795a5a81fe28195e828ca7cb33ef Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 16 Jul 2017 23:10:52 +0100 Subject: [PATCH] Get the version right... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87c5e75..12bb7e6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ except ImportError: pass __project__ = 'gpiozero' -__version__ = '1.4' +__version__ = '1.4.0' __author__ = 'Ben Nuttall' __author_email__ = 'ben@raspberrypi.org' __url__ = 'https://github.com/RPi-Distro/python-gpiozero'