Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauser committed Feb 18, 2021
1 parent b1c4d24 commit cf820d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name='micropython-ssd1327',
py_modules=['ssd1327'],
version='1.0.0',
version='1.1.0',
description='MicroPython library for SSD1327 based OLED displays.',
long_description='This library lets you update SSD1327 based 128x128 4-bit grayscale OLED displays.',
keywords='ssd1327 oled micropython',
Expand Down
2 changes: 2 additions & 0 deletions ssd1327.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
SOFTWARE.
"""

__version__ = '1.1.0'

from micropython import const
import time
import framebuf
Expand Down

0 comments on commit cf820d5

Please sign in to comment.