Skip to content

Commit cf820d5

Browse files
committed
Release 1.1.0
1 parent b1c4d24 commit cf820d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name='micropython-ssd1327',
99
py_modules=['ssd1327'],
10-
version='1.0.0',
10+
version='1.1.0',
1111
description='MicroPython library for SSD1327 based OLED displays.',
1212
long_description='This library lets you update SSD1327 based 128x128 4-bit grayscale OLED displays.',
1313
keywords='ssd1327 oled micropython',

ssd1327.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
SOFTWARE.
2525
"""
2626

27+
__version__ = '1.1.0'
28+
2729
from micropython import const
2830
import time
2931
import framebuf

0 commit comments

Comments
 (0)