From f1299037b5bf5bef732ab612295a73432edb7cda Mon Sep 17 00:00:00 2001 From: Dave Hughes Date: Mon, 16 Nov 2015 12:15:39 +0000 Subject: [PATCH] Bump versions for release --- README.rst | 2 +- docs/index.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3c96315..383516e 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ other contributors. Latest release ============== -The latest release is **v0.9.0 beta 4** released on 25th October 2015. +The latest release is 1.0 released on 16th November 2015. About ===== diff --git a/docs/index.md b/docs/index.md index 0c8554d..4c9afb1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ Jones](https://github.com/waveform80), and other contributors. ## Latest release -The latest release is **v0.9.0 beta 4** released on 25th October 2015. +The latest release is 1.0 released on 16th November 2015. ## About diff --git a/setup.py b/setup.py index 56d6f5d..4102c92 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ except ImportError: pass __project__ = 'gpiozero' -__version__ = '0.9.0' +__version__ = '1.0.0' __author__ = 'Ben Nuttall' __author_email__ = 'ben@raspberrypi.org' __url__ = 'https://github.com/RPi-Distro/python-gpiozero'