bump version to 1.6.2
This commit is contained in:
parent
4a54871899
commit
8819e2d203
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue