bump version to 1.6.2

This commit is contained in:
Brennen Bearnes 2018-05-30 14:54:07 -06:00
parent 4a54871899
commit 8819e2d203

View file

@ -18,7 +18,7 @@ classifiers = ['Development Status :: 4 - Beta',
'Topic :: System :: Hardware'] 'Topic :: System :: Hardware']
setup(name = 'Adafruit_SSD1306', setup(name = 'Adafruit_SSD1306',
version = '1.6.1', version = '1.6.2',
author = 'Tony DiCola', author = 'Tony DiCola',
author_email = 'tdicola@adafruit.com', author_email = 'tdicola@adafruit.com',
description = 'Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.', description = 'Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.',