From 8819e2d203df49f2843059d981b7347d9881c82b Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Wed, 30 May 2018 14:54:07 -0600 Subject: [PATCH] bump version to 1.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b2ef2d..3eb0c73 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ classifiers = ['Development Status :: 4 - Beta', 'Topic :: System :: Hardware'] setup(name = 'Adafruit_SSD1306', - version = '1.6.1', + version = '1.6.2', author = 'Tony DiCola', 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.',