Skip to content

Commit eecb2c1

Browse files
committed
change version to 0.5.0
1 parent b2603f5 commit eecb2c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DumbDisplay MicroPython Library (v0.4.0)
1+
# DumbDisplay MicroPython Library (v0.5.0)
22

33
DumbDisplay MicroPython Library -- workable with Python 3 -- is a port of the [DumbDisplay Arduino Library](https://github.com/trevorwslee/Arduino-DumbDisplay)
44
to Micro-Python / Python 3 for the [DumbDisplay Android app](https://play.google.com/store/apps/details?id=nobody.trevorlee.dumbdisplay)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name='uDumbDisplayLib',
12-
version='0.4.0',
12+
version='0.5.0',
1313
author='Trevor Lee',
1414
author_email='trevorwslee@gmail.com',
1515
description='MicroPython DumbDisplay Library',

0 commit comments

Comments
 (0)