Bump version to 1.3 for release

This commit is contained in:
Dave Jones
2016-08-31 00:09:33 +01:00
parent 6aa55ed1c8
commit 6a56fb0013
2 changed files with 31 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ except ImportError:
pass
__project__ = 'gpiozero'
__version__ = '1.2.0'
__version__ = '1.3.0'
__author__ = 'Ben Nuttall'
__author_email__ = 'ben@raspberrypi.org'
__url__ = 'https://github.com/RPi-Distro/python-gpiozero'