Skip to content

Commit 03bb3ad

Browse files
author
Paul Sokolovsky
committed
io: Release 0.1.
1 parent 7231559 commit 03bb3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

io/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
srctype = dummy
22
type = module
3-
version = 0.0.3
3+
version = 0.1

io/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import optimize_upip
88

99
setup(name='micropython-io',
10-
version='0.0.3',
10+
version='0.1',
1111
description='Dummy io module for MicroPython',
1212
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
1313
url='https://github.com/micropython/micropython-lib',

0 commit comments

Comments
 (0)